Html Css Color HEX #FCD071 Grandis

📋 copy color: '#FCD071'

red 252 ◦ green 208 ◦ blue 113

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

Shades of Grandis #FCD071

Tints of Grandis #FCD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.3%

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

R = 43.98%
G = 36.3%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCD071 (or 0xFCD071) is known color: Grandis. HEX triplet: FC, D0 and 71. RGB value is (252,208,113). Sum of RGB (Red+Green+Blue) = 252+208+113=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD071 is #032F8E. Grayscale: #D2D2D2. Windows color (decimal): -208783 or 7459068. OLE color: 7459068.

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

Color convert

RGB 252 208 113 -
CMYK 0 0.17 0.55 0.01
HSL 41.01º 0.96% 0.72% -
HSV(B) 41.01º 0.55% 0.99% -
XYZ 65.68 67 25.09 -
YUV 210.33 73.08 157.72 -
System Red Green Blue C M Y K H S L
Decimal 252 208 113 0 0.17 0.55 0.01 41.01 0.96 0.72
Hex FC D0 71 0 11 37 1 29 60 48
Octal 374 320 161 0 21 67 1 51 140 110
Binary 11111100 11010000 1110001 0 10001 110111 1 101001 1100000 1001000

Color Harmonies of #FCD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD071

Black with #FCD071

Text Example


Text Example

White with #FCD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD071; }

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

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

background-color css

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

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

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

border-color css

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

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

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