Html Css Color HEX #FCE571 Sweet Corn

📋 copy color: '#FCE571'

red 252 ◦ green 229 ◦ blue 113

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

Shades of Sweet Corn #FCE571

Tints of Sweet Corn #FCE571

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.55%

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

R = 42.42%
G = 38.55%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCE571 (or 0xFCE571) is known color: Sweet Corn. HEX triplet: FC, E5 and 71. RGB value is (252,229,113). Sum of RGB (Red+Green+Blue) = 252+229+113=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 113 (44.53% from 255 or 19.02% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE571 is #031A8E. Grayscale: #DFDFDF. Windows color (decimal): -203407 or 7464444. OLE color: 7464444.

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

Color convert

RGB 252 229 113 -
CMYK 0 0.09 0.55 0.01
HSL 50.07º 0.96% 0.72% -
HSV(B) 50.07º 0.55% 0.99% -
XYZ 71.14 77.93 26.91 -
YUV 222.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 252 229 113 0 0.09 0.55 0.01 50.07 0.96 0.72
Hex FC E5 71 0 9 37 1 32 60 48
Octal 374 345 161 0 11 67 1 62 140 110
Binary 11111100 11100101 1110001 0 1001 110111 1 110010 1100000 1001000

Color Harmonies of #FCE571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE571

Black with #FCE571

Text Example


Text Example

White with #FCE571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE571; }

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

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

background-color css

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

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

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

border-color css

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

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

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