Html Css Color HEX #F2CC8A Cherokee

📋 copy color: '#F2CC8A'

red 242 ◦ green 204 ◦ blue 138

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

Shades of Cherokee #F2CC8A

Tints of Cherokee #F2CC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.63%

R = 41.44%
G = 34.93%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2CC8A (or 0xF2CC8A) is known color: Cherokee. HEX triplet: F2, CC and 8A. RGB value is (242,204,138). Sum of RGB (Red+Green+Blue) = 242+204+138=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC8A is #0D3375. Grayscale: #D0D0D0. Windows color (decimal): -865142 or 9096434. OLE color: 9096434.

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

Color convert

RGB 242 204 138 -
CMYK 0 0.16 0.43 0.05
HSL 38.08º 0.8% 0.75% -
HSV(B) 38.08º 0.43% 0.95% -
XYZ 62.8 63.9 33.07 -
YUV 207.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 242 204 138 0 0.16 0.43 0.05 38.08 0.8 0.75
Hex F2 CC 8A 0 10 2B 5 26 50 4B
Octal 362 314 212 0 20 53 5 46 120 113
Binary 11110010 11001100 10001010 0 10000 101011 101 100110 1010000 1001011

Color Harmonies of #F2CC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC8A

Black with #F2CC8A

Text Example


Text Example

White with #F2CC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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