#F5F65C

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

Shades of Corn #F5F65C

Tints of Corn #F5F65C

Color information

#F5F65C (or 0xF5F65C) is unknown color: approx Corn. HEX triplet: F5, F6 and 5C. RGB value is (245,246,92). Sum of RGB (Red+Green+Blue) = 245+246+92=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 92 (36.33% from 255 or 15.78% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F65C is #0A09A3. Grayscale: #E4E4E4. Windows color (decimal): -657828 or 6092533. OLE color: 6092533.

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

Color convert

RGB24524692-
CMYK0.0000.630.04
HSL60.39º89.53%66.27%-
HSV(B)60.39º62.6%96.47%-
XYZ72.5486.122.92-
YUV228.1451.17140.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.02%
GREEN value IS 246 (96.48% from 255) = 42.20%
BLUE value IS 92 (36.33% from 255) = 15.78%
R=42.02%
G=42.20%
B=15.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245246920.0000.630.0460.3989.5366.27
HexF5F65C003F43c5a42
Octal3653661340077474132102
Binary111101011111011010111000011111110011110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F65C; }

 p { color: rgb(245,246,92); }

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

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

 a { background-color: rgb(245,246,92); }

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

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

 span { border-color: rgb(245,246,92); }

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