#F2C689

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

Shades of Cherokee #F2C689

Tints of Cherokee #F2C689

Color information

#F2C689 (or 0xF2C689) is unknown color: approx Cherokee. HEX triplet: F2, C6 and 89. RGB value is (242,198,137). Sum of RGB (Red+Green+Blue) = 242+198+137=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 137 (53.91% from 255 or 23.74% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C689 is #0D3976. Grayscale: #CCCCCC. Windows color (decimal): -866679 or 9029362. OLE color: 9029362.

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

Color convert

RGB242198137-
CMYK00.180.430.05
HSL34.86º80.15%74.31%-
HSV(B)34.86º43.39%94.9%-
XYZ61.3361.0732.22-
YUV204.290.08154.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 198 (77.73% from 255) = 34.32%
BLUE value IS 137 (53.91% from 255) = 23.74%
R=41.94%
G=34.32%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219813700.180.430.0534.8680.1574.31
HexF2C6890122B523504a
Octal36230621102253543120112
Binary11110010110001101000100101001010101110110001110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C689; }

 p { color: rgb(242,198,137); }

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

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

 a { background-color: rgb(242,198,137); }

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

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

 span { border-color: rgb(242,198,137); }

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