Html Css Color HEX #F2C989 Cherokee

📋 copy color: '#F2C989'

red 242 ◦ green 201 ◦ blue 137

#F2C989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #F2C989

Tints of Cherokee #F2C989

RGB

 RED value IS 242 (94.92% from 255) = 41.72%

 GREEN value IS 201 (78.91% from 255) = 34.66%

 BLUE value IS 137 (53.91% from 255) = 23.62%

R = 41.72%
G = 34.66%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2C989 (or 0xF2C989) is known color: Cherokee. HEX triplet: F2, C9 and 89. RGB value is (242,201,137). Sum of RGB (Red+Green+Blue) = 242+201+137=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C989 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C989 is #0D3676. Grayscale: #CECECE. Windows color (decimal): -865911 or 9030130. OLE color: 9030130.

HSL color Cylindrical-coordinate representation of color #F2C989: hue angle of 36.57º 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 #F2C989 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 201 137 -
CMYK 0 0.17 0.43 0.05
HSL 36.57º 0.8% 0.74% -
HSV(B) 36.57º 0.43% 0.95% -
XYZ 62.02 62.46 32.45 -
YUV 205.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 242 201 137 0 0.17 0.43 0.05 36.57 0.8 0.74
Hex F2 C9 89 0 11 2B 5 25 50 4A
Octal 362 311 211 0 21 53 5 45 120 112
Binary 11110010 11001001 10001001 0 10001 101011 101 100101 1010000 1001010

Color Harmonies of #F2C989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C989

Black with #F2C989

Text Example


Text Example

White with #F2C989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C989; }

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

 H1.HeaderClassName
 {
   color: #F2C989;
 }
 .AnyTagClassName
 {
   color: #F2C989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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