#F5F359

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

Shades of Corn #F5F359

Tints of Corn #F5F359

Color information

#F5F359 (or 0xF5F359) is unknown color: approx Corn. HEX triplet: F5, F3 and 59. RGB value is (245,243,89). Sum of RGB (Red+Green+Blue) = 245+243+89=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 89 (35.16% from 255 or 15.42% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F359 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F359 is #0A0CA6. Grayscale: #E2E2E2. Windows color (decimal): -658599 or 5895157. OLE color: 5895157.

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

Color convert

RGB24524389-
CMYK00.010.640.04
HSL59.23º88.64%65.49%-
HSV(B)59.23º63.67%96.08%-
XYZ71.5184.2321.94-
YUV226.0450.66141.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 243 (95.31% from 255) = 42.11%
BLUE value IS 89 (35.16% from 255) = 15.42%
R=42.46%
G=42.11%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452438900.010.640.0459.2388.6465.49
HexF5F359014043b5941
Octal36536313101100473131101
Binary1111010111110011101100101100000010011101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F359; }

 p { color: rgb(245,243,89); }

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

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

 a { background-color: rgb(245,243,89); }

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

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

 span { border-color: rgb(245,243,89); }

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