#F4F15F

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

Shades of Corn #F4F15F

Tints of Corn #F4F15F

Color information

#F4F15F (or 0xF4F15F) is unknown color: approx Corn. HEX triplet: F4, F1 and 5F. RGB value is (244,241,95). Sum of RGB (Red+Green+Blue) = 244+241+95=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 95 (37.5% from 255 or 16.38% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F15F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F15F is #0B0EA0. Grayscale: #E1E1E1. Windows color (decimal): -724641 or 6287860. OLE color: 6287860.

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

Color convert

RGB24424195-
CMYK00.010.610.04
HSL58.79º87.13%66.47%-
HSV(B)58.79º61.07%95.69%-
XYZ70.8382.9723.11-
YUV225.2554.49141.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 95 (37.5% from 255) = 16.38%
R=42.07%
G=41.55%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442419500.010.610.0458.7987.1366.47
HexF4F15F013D43b5742
Octal3643611370175473127102
Binary111101001111000110111110111110110011101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F15F; }

 p { color: rgb(244,241,95); }

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

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

 a { background-color: rgb(244,241,95); }

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

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

 span { border-color: rgb(244,241,95); }

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