#F9E270

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

Shades of Sweet Corn #F9E270

Tints of Sweet Corn #F9E270

Color information

#F9E270 (or 0xF9E270) is unknown color: approx Sweet Corn. HEX triplet: F9, E2 and 70. RGB value is (249,226,112). Sum of RGB (Red+Green+Blue) = 249+226+112=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E270 is #061D8F. Grayscale: #DCDCDC. Windows color (decimal): -400784 or 7398137. OLE color: 7398137.

HSL color Cylindrical-coordinate representation of color #F9E270: hue angle of 49.93º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9E270 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249226112-
CMYK00.090.550.02
HSL49.93º91.95%70.78%-
HSV(B)49.93º55.02%97.65%-
XYZ69.1975.726.29-
YUV219.8867.12148.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 112 (44.14% from 255) = 19.08%
R=42.42%
G=38.50%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922611200.090.550.0249.9391.9570.78
HexF9E27009372325c47
Octal37134216001167262134107
Binary11111001111000101110000010011101111011001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E270; }

 p { color: rgb(249,226,112); }

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

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

 a { background-color: rgb(249,226,112); }

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

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

 span { border-color: rgb(249,226,112); }

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