Html Css Color HEX #FCD471 Grandis

📋 copy color: '#FCD471'

red 252 ◦ green 212 ◦ blue 113

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

Shades of Grandis #FCD471

Tints of Grandis #FCD471

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.74%

 BLUE value IS 113 (44.53% from 255) = 19.58%

R = 43.67%
G = 36.74%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCD471 (or 0xFCD471) is known color: Grandis. HEX triplet: FC, D4 and 71. RGB value is (252,212,113). Sum of RGB (Red+Green+Blue) = 252+212+113=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 113 (44.53% from 255 or 19.58% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD471 is #032B8E. Grayscale: #D5D5D5. Windows color (decimal): -207759 or 7460092. OLE color: 7460092.

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

Color convert

RGB 252 212 113 -
CMYK 0 0.16 0.55 0.01
HSL 42.73º 0.96% 0.72% -
HSV(B) 42.73º 0.55% 0.99% -
XYZ 66.67 68.97 25.42 -
YUV 212.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 252 212 113 0 0.16 0.55 0.01 42.73 0.96 0.72
Hex FC D4 71 0 10 37 1 2B 60 48
Octal 374 324 161 0 20 67 1 53 140 110
Binary 11111100 11010100 1110001 0 10000 110111 1 101011 1100000 1001000

Color Harmonies of #FCD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD471

Black with #FCD471

Text Example


Text Example

White with #FCD471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD471; }

 p { color: rgb(252,212,113); }

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

background-color css

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

 a { background-color: rgb(252,212,113); }

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

border-color css

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

 span { border-color: rgb(252,212,113); }

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