#F5F163

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

Shades of Corn #F5F163

Tints of Corn #F5F163

Color information

#F5F163 (or 0xF5F163) is unknown color: approx Corn. HEX triplet: F5, F1 and 63. RGB value is (245,241,99). Sum of RGB (Red+Green+Blue) = 245+241+99=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 99 (39.06% from 255 or 16.92% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F163 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F163 is #0A0E9C. Grayscale: #E2E2E2. Windows color (decimal): -659101 or 6550005. OLE color: 6550005.

HSL color Cylindrical-coordinate representation of color #F5F163: hue angle of 58.36º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5F163 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24524199-
CMYK00.020.600.04
HSL58.36º87.95%67.45%-
HSV(B)58.36º59.59%96.08%-
XYZ71.3683.2224.11-
YUV226.0156.33141.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 241 (94.53% from 255) = 41.20%
BLUE value IS 99 (39.06% from 255) = 16.92%
R=41.88%
G=41.20%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452419900.020.600.0458.3687.9567.45
HexF5F163023C43a5843
Octal3653611430274472130103
Binary1111010111110001110001101011110010011101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F163; }

 p { color: rgb(245,241,99); }

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

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

 a { background-color: rgb(245,241,99); }

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

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

 span { border-color: rgb(245,241,99); }

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