#f2c58a

Color #F2C58A Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F2C58A

Tints of Cherokee #F2C58A

Color information

#F2C58A (or 0xF2C58A) is unknown color: approx Cherokee. HEX triplet: F2, C5 and 8A. RGB value is (242,197,138). Sum of RGB (Red+Green+Blue) = 242+197+138=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C58A is #0D3A75. Grayscale: #CCCCCC. Windows color (decimal): -866934 or 9094642. OLE color: 9094642.

HSL color Cylindrical-coordinate representation of color #F2C58A: hue angle of 34.04º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2C58A is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242197138-
CMYK00.190.430.05
HSL34.04º80%74.51%-
HSV(B)34.04º42.98%94.9%-
XYZ61.1760.6432.53-
YUV203.7390.91155.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 197 (77.34% from 255) = 34.14%
BLUE value IS 138 (54.30% from 255) = 23.92%
R=41.94%
G=34.14%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219713800.190.430.0534.048074.51
HexF2C58A0132B522504b
Octal36230521202353542120113
Binary11110010110001011000101001001110101110110001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2c58a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2c58a; }

 p { color: rgb(242,197,138); }

 H1.HeaderClassName
 {
   color: #f2c58a;
 }
 .AnyTagClassName
 {
   color: #f2c58a;
 }
</style>
background-color css

<style>
 a { background-color: #f2c58a; }

 a { background-color: rgb(242,197,138); }

 div.DivClassName
 {
   background-color: #f2c58a;
 }
 .BgClassName
 {
   background-color: #f2c58a;
 }
</style>
border-color css

<style>
 span { border-color: #f2c58a; }

 span { border-color: rgb(242,197,138); }

 td.TdClassName
 {
   border-color: #f2c58a;
 }
 .TagClassName
 {
   border-color: #f2c58a;
 }
</style>