#FFF45B

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

Shades of Corn #FFF45B

Tints of Corn #FFF45B

Color information

#FFF45B (or 0xFFF45B) is unknown color: approx Corn. HEX triplet: FF, F4 and 5B. RGB value is (255,244,91). Sum of RGB (Red+Green+Blue) = 255+244+91=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 91 (35.94% from 255 or 15.42% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF45B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF45B is #000BA4. Grayscale: #E6E6E6. Windows color (decimal): -2981 or 6026495. OLE color: 6026495.

HSL color Cylindrical-coordinate representation of color #FFF45B: hue angle of 55.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFF45B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25524491-
CMYK00.040.640
HSL55.98º100%67.84%-
HSV(B)55.98º64.31%100%-
XYZ75.4886.7222.66-
YUV229.8549.64145.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 244 (95.70% from 255) = 41.36%
BLUE value IS 91 (35.94% from 255) = 15.42%
R=43.22%
G=41.36%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552449100.040.64055.9810067.84
HexFFF45B04400386444
Octal37736413304100070144104
Binary1111111111110100101101101001000000011100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF45B; }

 p { color: rgb(255,244,91); }

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

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

 a { background-color: rgb(255,244,91); }

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

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

 span { border-color: rgb(255,244,91); }

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