Html Css Color HEX #FEE872 Sweet Corn

📋 copy color: '#FEE872'

red 254 ◦ green 232 ◦ blue 114

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

Shades of Sweet Corn #FEE872

Tints of Sweet Corn #FEE872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.67%

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

R = 42.33%
G = 38.67%
B = 19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEE872 (or 0xFEE872) is known color: Sweet Corn. HEX triplet: FE, E8 and 72. RGB value is (254,232,114). Sum of RGB (Red+Green+Blue) = 254+232+114=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 114 (44.92% from 255 or 19% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE872 is #01178D. Grayscale: #E1E1E1. Windows color (decimal): -71566 or 7530750. OLE color: 7530750.

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

Color convert

RGB 254 232 114 -
CMYK 0 0.09 0.55 0.00
HSL 50.57º 0.99% 0.72% -
HSV(B) 50.57º 0.55% 1% -
XYZ 72.77 80 27.53 -
YUV 225.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 254 232 114 0 0.09 0.55 0.00 50.57 0.99 0.72
Hex FE E8 72 0 9 37 0 33 63 48
Octal 376 350 162 0 11 67 0 63 143 110
Binary 11111110 11101000 1110010 0 1001 110111 0 110011 1100011 1001000

Color Harmonies of #FEE872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE872

Black with #FEE872

Text Example


Text Example

White with #FEE872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE872; }

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

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

background-color css

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

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

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

border-color css

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

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

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