Html Css Color HEX #FEE472 Sweet Corn

📋 copy color: '#FEE472'

red 254 ◦ green 228 ◦ blue 114

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

Shades of Sweet Corn #FEE472

Tints of Sweet Corn #FEE472

RGB

 RED value IS 254 (99.61% from 255) = 42.62%

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

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

R = 42.62%
G = 38.26%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEE472 (or 0xFEE472) is known color: Sweet Corn. HEX triplet: FE, E4 and 72. RGB value is (254,228,114). Sum of RGB (Red+Green+Blue) = 254+228+114=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 114 (44.92% from 255 or 19.13% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE472 is #011B8D. Grayscale: #DFDFDF. Windows color (decimal): -72590 or 7529726. OLE color: 7529726.

HSL color Cylindrical-coordinate representation of color #FEE472: hue angle of 48.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEE472 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 228 114 -
CMYK 0 0.10 0.55 0.00
HSL 48.86º 0.99% 0.72% -
HSV(B) 48.86º 0.55% 1% -
XYZ 71.65 77.77 27.15 -
YUV 222.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 254 228 114 0 0.10 0.55 0.00 48.86 0.99 0.72
Hex FE E4 72 0 A 37 0 31 63 48
Octal 376 344 162 0 12 67 0 61 143 110
Binary 11111110 11100100 1110010 0 1010 110111 0 110001 1100011 1001000

Color Harmonies of #FEE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE472

Black with #FEE472

Text Example


Text Example

White with #FEE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE472; }

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

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

background-color css

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

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

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

border-color css

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

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

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