Html Css Color HEX #F2CF8E Cherokee

📋 copy color: '#F2CF8E'

red 242 ◦ green 207 ◦ blue 142

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

Shades of Cherokee #F2CF8E

Tints of Cherokee #F2CF8E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.03%

 BLUE value IS 142 (55.86% from 255) = 24.03%

R = 40.95%
G = 35.03%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2CF8E (or 0xF2CF8E) is known color: Cherokee. HEX triplet: F2, CF and 8E. RGB value is (242,207,142). Sum of RGB (Red+Green+Blue) = 242+207+142=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF8E is #0D3071. Grayscale: #D2D2D2. Windows color (decimal): -864370 or 9359346. OLE color: 9359346.

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

Color convert

RGB 242 207 142 -
CMYK 0 0.14 0.41 0.05
HSL 39º 0.79% 0.75% -
HSV(B) 39º 0.41% 0.95% -
XYZ 63.81 65.46 34.86 -
YUV 210.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 242 207 142 0 0.14 0.41 0.05 39 0.79 0.75
Hex F2 CF 8E 0 E 29 5 27 4F 4B
Octal 362 317 216 0 16 51 5 47 117 113
Binary 11110010 11001111 10001110 0 1110 101001 101 100111 1001111 1001011

Color Harmonies of #F2CF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF8E

Black with #F2CF8E

Text Example


Text Example

White with #F2CF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF8E; }

 p { color: rgb(242,207,142); }

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

background-color css

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

 a { background-color: rgb(242,207,142); }

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

border-color css

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

 span { border-color: rgb(242,207,142); }

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