#F3E15F

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

Shades of Corn #F3E15F

Tints of Corn #F3E15F

Color information

#F3E15F (or 0xF3E15F) is unknown color: approx Corn. HEX triplet: F3, E1 and 5F. RGB value is (243,225,95). Sum of RGB (Red+Green+Blue) = 243+225+95=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 95 (37.5% from 255 or 16.87% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3E15F is #0C1EA0. Grayscale: #D8D8D8. Windows color (decimal): -794273 or 6283763. OLE color: 6283763.

HSL color Cylindrical-coordinate representation of color #F3E15F: hue angle of 52.7º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3E15F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24322595-
CMYK00.070.610.05
HSL52.7º86.05%66.27%-
HSV(B)52.7º60.91%95.29%-
XYZ65.9573.7321.58-
YUV215.5659.96147.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.16%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 95 (37.5% from 255) = 16.87%
R=43.16%
G=39.96%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432259500.070.610.0552.786.0566.27
HexF3E15F073D5355642
Octal3633411370775565126102
Binary11110011111000011011111011111110110111010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E15F; }

 p { color: rgb(243,225,95); }

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

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

 a { background-color: rgb(243,225,95); }

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

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

 span { border-color: rgb(243,225,95); }

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