Html Css Color HEX #F2C988 Cherokee

📋 copy color: '#F2C988'

red 242 ◦ green 201 ◦ blue 136

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

Shades of Cherokee #F2C988

Tints of Cherokee #F2C988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.49%

R = 41.8%
G = 34.72%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2C988 (or 0xF2C988) is known color: Cherokee. HEX triplet: F2, C9 and 88. RGB value is (242,201,136). Sum of RGB (Red+Green+Blue) = 242+201+136=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C988 is #0D3677. Grayscale: #CECECE. Windows color (decimal): -865912 or 8964594. OLE color: 8964594.

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

Color convert

RGB 242 201 136 -
CMYK 0 0.17 0.44 0.05
HSL 36.79º 0.8% 0.74% -
HSV(B) 36.79º 0.44% 0.95% -
XYZ 61.95 62.43 32.08 -
YUV 205.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 242 201 136 0 0.17 0.44 0.05 36.79 0.8 0.74
Hex F2 C9 88 0 11 2C 5 25 50 4A
Octal 362 311 210 0 21 54 5 45 120 112
Binary 11110010 11001001 10001000 0 10001 101100 101 100101 1010000 1001010

Color Harmonies of #F2C988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C988

Black with #F2C988

Text Example


Text Example

White with #F2C988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C988; }

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

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

background-color css

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

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

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

border-color css

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

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

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