Html Css Color HEX #FCD373 Grandis

📋 copy color: '#FCD373'

red 252 ◦ green 211 ◦ blue 115

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

Shades of Grandis #FCD373

Tints of Grandis #FCD373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.9%

R = 43.6%
G = 36.51%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD373 (or 0xFCD373) is known color: Grandis. HEX triplet: FC, D3 and 73. RGB value is (252,211,115). Sum of RGB (Red+Green+Blue) = 252+211+115=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 115 (45.31% from 255 or 19.90% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD373 is #032C8C. Grayscale: #D4D4D4. Windows color (decimal): -208013 or 7590908. OLE color: 7590908.

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

Color convert

RGB 252 211 115 -
CMYK 0 0.16 0.54 0.01
HSL 42.04º 0.96% 0.72% -
HSV(B) 42.04º 0.54% 0.99% -
XYZ 66.53 68.52 25.94 -
YUV 212.32 73.08 156.31 -
System Red Green Blue C M Y K H S L
Decimal 252 211 115 0 0.16 0.54 0.01 42.04 0.96 0.72
Hex FC D3 73 0 10 36 1 2A 60 48
Octal 374 323 163 0 20 66 1 52 140 110
Binary 11111100 11010011 1110011 0 10000 110110 1 101010 1100000 1001000

Color Harmonies of #FCD373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD373

Black with #FCD373

Text Example


Text Example

White with #FCD373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD373; }

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

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

background-color css

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

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

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

border-color css

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

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

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