Html Css Color HEX #FCD971 Sweet Corn

📋 copy color: '#FCD971'

red 252 ◦ green 217 ◦ blue 113

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

Shades of Sweet Corn #FCD971

Tints of Sweet Corn #FCD971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.29%

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

R = 43.3%
G = 37.29%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCD971 (or 0xFCD971) is known color: Sweet Corn. HEX triplet: FC, D9 and 71. RGB value is (252,217,113). Sum of RGB (Red+Green+Blue) = 252+217+113=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 113 (44.53% from 255 or 19.42% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD971 is #03268E. Grayscale: #D8D8D8. Windows color (decimal): -206479 or 7461372. OLE color: 7461372.

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

Color convert

RGB 252 217 113 -
CMYK 0 0.14 0.55 0.01
HSL 44.89º 0.96% 0.72% -
HSV(B) 44.89º 0.55% 0.99% -
XYZ 67.94 71.51 25.85 -
YUV 215.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 252 217 113 0 0.14 0.55 0.01 44.89 0.96 0.72
Hex FC D9 71 0 E 37 1 2D 60 48
Octal 374 331 161 0 16 67 1 55 140 110
Binary 11111100 11011001 1110001 0 1110 110111 1 101101 1100000 1001000

Color Harmonies of #FCD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD971

Black with #FCD971

Text Example


Text Example

White with #FCD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD971; }

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

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

background-color css

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

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

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

border-color css

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

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

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