#F5E55B

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

Shades of Corn #F5E55B

Tints of Corn #F5E55B

Color information

#F5E55B (or 0xF5E55B) is unknown color: approx Corn. HEX triplet: F5, E5 and 5B. RGB value is (245,229,91). Sum of RGB (Red+Green+Blue) = 245+229+91=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 91 (35.94% from 255 or 16.11% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E55B is #0A1AA4. Grayscale: #DADADA. Windows color (decimal): -662181 or 6022645. OLE color: 6022645.

HSL color Cylindrical-coordinate representation of color #F5E55B: hue angle of 53.77º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5E55B is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24522991-
CMYK00.070.630.04
HSL53.77º88.51%65.88%-
HSV(B)53.77º62.86%96.08%-
XYZ67.5676.2121.05-
YUV218.0556.3147.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.36%
GREEN value IS 229 (89.84% from 255) = 40.53%
BLUE value IS 91 (35.94% from 255) = 16.11%
R=43.36%
G=40.53%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452299100.070.630.0453.7788.5165.88
HexF5E55B073F4365942
Octal3653451330777466131102
Binary11110101111001011011011011111111110011011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E55B; }

 p { color: rgb(245,229,91); }

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

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

 a { background-color: rgb(245,229,91); }

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

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

 span { border-color: rgb(245,229,91); }

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