Html Css Color HEX #FCD08C Cherokee

📋 copy color: '#FCD08C'

red 252 ◦ green 208 ◦ blue 140

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

Shades of Cherokee #FCD08C

Tints of Cherokee #FCD08C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.67%

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

R = 42%
G = 34.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCD08C (or 0xFCD08C) is known color: Cherokee. HEX triplet: FC, D0 and 8C. RGB value is (252,208,140). Sum of RGB (Red+Green+Blue) = 252+208+140=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD08C is #032F73. Grayscale: #D5D5D5. Windows color (decimal): -208756 or 9228540. OLE color: 9228540.

HSL color Cylindrical-coordinate representation of color #FCD08C: hue angle of 36.43º 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 #FCD08C is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 140 -
CMYK 0 0.17 0.44 0.01
HSL 36.43º 0.95% 0.77% -
HSV(B) 36.43º 0.44% 0.99% -
XYZ 67.43 67.7 34.32 -
YUV 213.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 252 208 140 0 0.17 0.44 0.01 36.43 0.95 0.77
Hex FC D0 8C 0 11 2C 1 24 5F 4D
Octal 374 320 214 0 21 54 1 44 137 115
Binary 11111100 11010000 10001100 0 10001 101100 1 100100 1011111 1001101

Color Harmonies of #FCD08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD08C

Black with #FCD08C

Text Example


Text Example

White with #FCD08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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