#F5E06A

Color #F5E06A Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #F5E06A

Tints of Sweet Corn #F5E06A

Color information

#F5E06A (or 0xF5E06A) is unknown color: approx Sweet Corn. HEX triplet: F5, E0 and 6A. RGB value is (245,224,106). Sum of RGB (Red+Green+Blue) = 245+224+106=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E06A is #0A1F95. Grayscale: #D9D9D9. Windows color (decimal): -663446 or 7004405. OLE color: 7004405.

HSL color Cylindrical-coordinate representation of color #F5E06A: hue angle of 50.94º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5E06A is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB245224106-
CMYK00.090.570.04
HSL50.94º87.42%68.82%-
HSV(B)50.94º56.73%96.08%-
XYZ66.9173.7624.35-
YUV216.8365.46148.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 106 (41.80% from 255) = 18.43%
R=42.61%
G=38.96%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522410600.090.570.0450.9487.4268.82
HexF5E06A09394335745
Octal36534015201171463127105
Binary111101011110000011010100100111100110011001110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E06A; }

 p { color: rgb(245,224,106); }

 H1.HeaderClassName
 {
   color: #F5E06A;
 }
 .AnyTagClassName
 {
   color: #F5E06A;
 }
</style>
background-color css

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

 a { background-color: rgb(245,224,106); }

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

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

 span { border-color: rgb(245,224,106); }

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