#FFF462

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

Shades of Corn #FFF462

Tints of Corn #FFF462

Color information

#FFF462 (or 0xFFF462) is unknown color: approx Corn. HEX triplet: FF, F4 and 62. RGB value is (255,244,98). Sum of RGB (Red+Green+Blue) = 255+244+98=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 98 (38.67% from 255 or 16.42% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF462 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF462 is #000B9D. Grayscale: #E7E7E7. Windows color (decimal): -2974 or 6485247. OLE color: 6485247.

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

Color convert

RGB25524498-
CMYK00.040.620
HSL55.8º100%69.22%-
HSV(B)55.8º61.57%100%-
XYZ75.886.8424.32-
YUV230.6453.14145.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 244 (95.70% from 255) = 40.87%
BLUE value IS 98 (38.67% from 255) = 16.42%
R=42.71%
G=40.87%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552449800.040.62055.810069.22
HexFFF462043E0386445
Octal3773641420476070144105
Binary111111111111010011000100100111110011100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF462; }

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

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

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

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

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

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

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

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