Html Css Color HEX #FCD385 Cherokee

📋 copy color: '#FCD385'

red 252 ◦ green 211 ◦ blue 133

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

Shades of Cherokee #FCD385

Tints of Cherokee #FCD385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.32%

R = 42.28%
G = 35.4%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCD385 (or 0xFCD385) is known color: Cherokee. HEX triplet: FC, D3 and 85. RGB value is (252,211,133). Sum of RGB (Red+Green+Blue) = 252+211+133=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD385 is #032C7A. Grayscale: #D6D6D6. Windows color (decimal): -207995 or 8770556. OLE color: 8770556.

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

Color convert

RGB 252 211 133 -
CMYK 0 0.16 0.47 0.01
HSL 39.33º 0.95% 0.75% -
HSV(B) 39.33º 0.47% 0.99% -
XYZ 67.67 68.98 31.94 -
YUV 214.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 252 211 133 0 0.16 0.47 0.01 39.33 0.95 0.75
Hex FC D3 85 0 10 2F 1 27 5F 4B
Octal 374 323 205 0 20 57 1 47 137 113
Binary 11111100 11010011 10000101 0 10000 101111 1 100111 1011111 1001011

Color Harmonies of #FCD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD385

Black with #FCD385

Text Example


Text Example

White with #FCD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD385; }

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

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

background-color css

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

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

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

border-color css

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

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

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