Html Css Color HEX #FCD384 Cherokee

📋 copy color: '#FCD384'

red 252 ◦ green 211 ◦ blue 132

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

Shades of Cherokee #FCD384

Tints of Cherokee #FCD384

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.46%

 BLUE value IS 132 (51.95% from 255) = 22.18%

R = 42.35%
G = 35.46%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCD384 (or 0xFCD384) is known color: Cherokee. HEX triplet: FC, D3 and 84. RGB value is (252,211,132). Sum of RGB (Red+Green+Blue) = 252+211+132=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD384 is #032C7B. Grayscale: #D6D6D6. Windows color (decimal): -207996 or 8705020. OLE color: 8705020.

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

Color convert

RGB 252 211 132 -
CMYK 0 0.16 0.48 0.01
HSL 39.5º 0.95% 0.75% -
HSV(B) 39.5º 0.48% 0.99% -
XYZ 67.6 68.95 31.58 -
YUV 214.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 252 211 132 0 0.16 0.48 0.01 39.5 0.95 0.75
Hex FC D3 84 0 10 30 1 28 5F 4B
Octal 374 323 204 0 20 60 1 50 137 113
Binary 11111100 11010011 10000100 0 10000 110000 1 101000 1011111 1001011

Color Harmonies of #FCD384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD384

Black with #FCD384

Text Example


Text Example

White with #FCD384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD384; }

 p { color: rgb(252,211,132); }

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

background-color css

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

 a { background-color: rgb(252,211,132); }

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

border-color css

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

 span { border-color: rgb(252,211,132); }

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