Html Css Color HEX #FCE471 Sweet Corn

📋 copy color: '#FCE471'

red 252 ◦ green 228 ◦ blue 113

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

Shades of Sweet Corn #FCE471

Tints of Sweet Corn #FCE471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.45%

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

R = 42.5%
G = 38.45%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCE471 (or 0xFCE471) is known color: Sweet Corn. HEX triplet: FC, E4 and 71. RGB value is (252,228,113). Sum of RGB (Red+Green+Blue) = 252+228+113=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 113 (44.53% from 255 or 19.06% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE471 is #031B8E. Grayscale: #DEDEDE. Windows color (decimal): -203663 or 7464188. OLE color: 7464188.

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

Color convert

RGB 252 228 113 -
CMYK 0 0.10 0.55 0.01
HSL 49.64º 0.96% 0.72% -
HSV(B) 49.64º 0.55% 0.99% -
XYZ 70.87 77.37 26.82 -
YUV 222.07 66.45 149.35 -
System Red Green Blue C M Y K H S L
Decimal 252 228 113 0 0.10 0.55 0.01 49.64 0.96 0.72
Hex FC E4 71 0 A 37 1 32 60 48
Octal 374 344 161 0 12 67 1 62 140 110
Binary 11111100 11100100 1110001 0 1010 110111 1 110010 1100000 1001000

Color Harmonies of #FCE471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE471

Black with #FCE471

Text Example


Text Example

White with #FCE471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE471; }

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

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

background-color css

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

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

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

border-color css

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

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

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