Html Css Color HEX #FCE472 Sweet Corn

📋 copy color: '#FCE472'

red 252 ◦ green 228 ◦ blue 114

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

Shades of Sweet Corn #FCE472

Tints of Sweet Corn #FCE472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.19%

R = 42.42%
G = 38.38%
B = 19.19%

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

#FCE472 (or 0xFCE472) is known color: Sweet Corn. HEX triplet: FC, E4 and 72. RGB value is (252,228,114). Sum of RGB (Red+Green+Blue) = 252+228+114=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 114 (44.92% from 255 or 19.19% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE472 is #031B8D. Grayscale: #DEDEDE. Windows color (decimal): -203662 or 7529724. OLE color: 7529724.

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

Color convert

RGB 252 228 114 -
CMYK 0 0.10 0.55 0.01
HSL 49.57º 0.96% 0.72% -
HSV(B) 49.57º 0.55% 0.99% -
XYZ 70.93 77.4 27.12 -
YUV 222.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 252 228 114 0 0.10 0.55 0.01 49.57 0.96 0.72
Hex FC E4 72 0 A 37 1 32 60 48
Octal 374 344 162 0 12 67 1 62 140 110
Binary 11111100 11100100 1110010 0 1010 110111 1 110010 1100000 1001000

Color Harmonies of #FCE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE472

Black with #FCE472

Text Example


Text Example

White with #FCE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE472; }

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

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

background-color css

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

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

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

border-color css

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

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

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