Html Css Color HEX #FCD271 Grandis

📋 copy color: '#FCD271'

red 252 ◦ green 210 ◦ blue 113

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

Shades of Grandis #FCD271

Tints of Grandis #FCD271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.52%

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

R = 43.83%
G = 36.52%
B = 19.65%

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

#FCD271 (or 0xFCD271) is known color: Grandis. HEX triplet: FC, D2 and 71. RGB value is (252,210,113). Sum of RGB (Red+Green+Blue) = 252+210+113=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD271 is #032D8E. Grayscale: #D3D3D3. Windows color (decimal): -208271 or 7459580. OLE color: 7459580.

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

Color convert

RGB 252 210 113 -
CMYK 0 0.17 0.55 0.01
HSL 41.87º 0.96% 0.72% -
HSV(B) 41.87º 0.55% 0.99% -
XYZ 66.17 67.98 25.26 -
YUV 211.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 252 210 113 0 0.17 0.55 0.01 41.87 0.96 0.72
Hex FC D2 71 0 11 37 1 2A 60 48
Octal 374 322 161 0 21 67 1 52 140 110
Binary 11111100 11010010 1110001 0 10001 110111 1 101010 1100000 1001000

Color Harmonies of #FCD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD271

Black with #FCD271

Text Example


Text Example

White with #FCD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD271; }

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

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

background-color css

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

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

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

border-color css

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

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

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