Html Css Color HEX #FCCF8C Cherokee

📋 copy color: '#FCCF8C'

red 252 ◦ green 207 ◦ blue 140

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

Shades of Cherokee #FCCF8C

Tints of Cherokee #FCCF8C

RGB

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

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

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

R = 42.07%
G = 34.56%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCCF8C (or 0xFCCF8C) is known color: Cherokee. HEX triplet: FC, CF and 8C. RGB value is (252,207,140). Sum of RGB (Red+Green+Blue) = 252+207+140=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF8C is #033073. Grayscale: #D5D5D5. Windows color (decimal): -209012 or 9228284. OLE color: 9228284.

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

Color convert

RGB 252 207 140 -
CMYK 0 0.18 0.44 0.01
HSL 35.89º 0.95% 0.77% -
HSV(B) 35.89º 0.44% 0.99% -
XYZ 67.19 67.21 34.24 -
YUV 212.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 252 207 140 0 0.18 0.44 0.01 35.89 0.95 0.77
Hex FC CF 8C 0 12 2C 1 24 5F 4D
Octal 374 317 214 0 22 54 1 44 137 115
Binary 11111100 11001111 10001100 0 10010 101100 1 100100 1011111 1001101

Color Harmonies of #FCCF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF8C

Black with #FCCF8C

Text Example


Text Example

White with #FCCF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF8C; }

 p { color: rgb(252,207,140); }

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

background-color css

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

 a { background-color: rgb(252,207,140); }

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

border-color css

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

 span { border-color: rgb(252,207,140); }

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