Html Css Color HEX #F2CC8C Cherokee

📋 copy color: '#F2CC8C'

red 242 ◦ green 204 ◦ blue 140

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

Shades of Cherokee #F2CC8C

Tints of Cherokee #F2CC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.81%

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

R = 41.3%
G = 34.81%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2CC8C (or 0xF2CC8C) is known color: Cherokee. HEX triplet: F2, CC and 8C. RGB value is (242,204,140). Sum of RGB (Red+Green+Blue) = 242+204+140=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC8C is #0D3373. Grayscale: #D0D0D0. Windows color (decimal): -865140 or 9227506. OLE color: 9227506.

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

Color convert

RGB 242 204 140 -
CMYK 0 0.16 0.42 0.05
HSL 37.65º 0.8% 0.75% -
HSV(B) 37.65º 0.42% 0.95% -
XYZ 62.94 63.96 33.84 -
YUV 208.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 242 204 140 0 0.16 0.42 0.05 37.65 0.8 0.75
Hex F2 CC 8C 0 10 2A 5 26 50 4B
Octal 362 314 214 0 20 52 5 46 120 113
Binary 11110010 11001100 10001100 0 10000 101010 101 100110 1010000 1001011

Color Harmonies of #F2CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC8C

Black with #F2CC8C

Text Example


Text Example

White with #F2CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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