Html Css Color HEX #FCCC8A Cherokee

📋 copy color: '#FCCC8A'

red 252 ◦ green 204 ◦ blue 138

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

Shades of Cherokee #FCCC8A

Tints of Cherokee #FCCC8A

RGB

 RED value IS 252 (98.83% from 255) = 42.42%

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

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

R = 42.42%
G = 34.34%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCCC8A (or 0xFCCC8A) is known color: Cherokee. HEX triplet: FC, CC and 8A. RGB value is (252,204,138). Sum of RGB (Red+Green+Blue) = 252+204+138=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC8A is #033375. Grayscale: #D3D3D3. Windows color (decimal): -209782 or 9096444. OLE color: 9096444.

HSL color Cylindrical-coordinate representation of color #FCCC8A: hue angle of 34.74º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCCC8A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 138 -
CMYK 0 0.19 0.45 0.01
HSL 34.74º 0.95% 0.76% -
HSV(B) 34.74º 0.45% 0.99% -
XYZ 66.33 65.72 33.23 -
YUV 210.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 252 204 138 0 0.19 0.45 0.01 34.74 0.95 0.76
Hex FC CC 8A 0 13 2D 1 23 5F 4C
Octal 374 314 212 0 23 55 1 43 137 114
Binary 11111100 11001100 10001010 0 10011 101101 1 100011 1011111 1001100

Color Harmonies of #FCCC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC8A

Black with #FCCC8A

Text Example


Text Example

White with #FCCC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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