Html Css Color HEX #FCD28A Cherokee

📋 copy color: '#FCD28A'

red 252 ◦ green 210 ◦ blue 138

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

Shades of Cherokee #FCD28A

Tints of Cherokee #FCD28A

RGB

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

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

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

R = 42%
G = 35%
B = 23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCD28A (or 0xFCD28A) is known color: Cherokee. HEX triplet: FC, D2 and 8A. RGB value is (252,210,138). Sum of RGB (Red+Green+Blue) = 252+210+138=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD28A is #032D75. Grayscale: #D6D6D6. Windows color (decimal): -208246 or 9097980. OLE color: 9097980.

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

Color convert

RGB 252 210 138 -
CMYK 0 0.17 0.45 0.01
HSL 37.89º 0.95% 0.76% -
HSV(B) 37.89º 0.45% 0.99% -
XYZ 67.78 68.62 33.72 -
YUV 214.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 252 210 138 0 0.17 0.45 0.01 37.89 0.95 0.76
Hex FC D2 8A 0 11 2D 1 26 5F 4C
Octal 374 322 212 0 21 55 1 46 137 114
Binary 11111100 11010010 10001010 0 10001 101101 1 100110 1011111 1001100

Color Harmonies of #FCD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD28A

Black with #FCD28A

Text Example


Text Example

White with #FCD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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