Html Css Color HEX #FCD28C Cherokee

📋 copy color: '#FCD28C'

red 252 ◦ green 210 ◦ blue 140

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

Shades of Cherokee #FCD28C

Tints of Cherokee #FCD28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.88%

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

R = 41.86%
G = 34.88%
B = 23.26%

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

#FCD28C (or 0xFCD28C) is known color: Cherokee. HEX triplet: FC, D2 and 8C. RGB value is (252,210,140). Sum of RGB (Red+Green+Blue) = 252+210+140=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD28C is #032D73. Grayscale: #D6D6D6. Windows color (decimal): -208244 or 9229052. OLE color: 9229052.

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

Color convert

RGB 252 210 140 -
CMYK 0 0.17 0.44 0.01
HSL 37.5º 0.95% 0.77% -
HSV(B) 37.5º 0.44% 0.99% -
XYZ 67.93 68.68 34.49 -
YUV 214.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 252 210 140 0 0.17 0.44 0.01 37.5 0.95 0.77
Hex FC D2 8C 0 11 2C 1 26 5F 4D
Octal 374 322 214 0 21 54 1 46 137 115
Binary 11111100 11010010 10001100 0 10001 101100 1 100110 1011111 1001101

Color Harmonies of #FCD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD28C

Black with #FCD28C

Text Example


Text Example

White with #FCD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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