Html Css Color HEX #F2CE8C Cherokee

📋 copy color: '#F2CE8C'

red 242 ◦ green 206 ◦ blue 140

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

Shades of Cherokee #F2CE8C

Tints of Cherokee #F2CE8C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.03%

 BLUE value IS 140 (55.08% from 255) = 23.81%

R = 41.16%
G = 35.03%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2CE8C (or 0xF2CE8C) is known color: Cherokee. HEX triplet: F2, CE and 8C. RGB value is (242,206,140). Sum of RGB (Red+Green+Blue) = 242+206+140=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE8C is #0D3173. Grayscale: #D1D1D1. Windows color (decimal): -864628 or 9228018. OLE color: 9228018.

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

Color convert

RGB 242 206 140 -
CMYK 0 0.15 0.42 0.05
HSL 38.82º 0.8% 0.75% -
HSV(B) 38.82º 0.42% 0.95% -
XYZ 63.42 64.91 34 -
YUV 209.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 242 206 140 0 0.15 0.42 0.05 38.82 0.8 0.75
Hex F2 CE 8C 0 F 2A 5 27 50 4B
Octal 362 316 214 0 17 52 5 47 120 113
Binary 11110010 11001110 10001100 0 1111 101010 101 100111 1010000 1001011

Color Harmonies of #F2CE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE8C

Black with #F2CE8C

Text Example


Text Example

White with #F2CE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE8C; }

 p { color: rgb(242,206,140); }

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

background-color css

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

 a { background-color: rgb(242,206,140); }

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

border-color css

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

 span { border-color: rgb(242,206,140); }

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