#F55A16

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

Shades of Persimmon #F55A16

Tints of Persimmon #F55A16

Color information

#F55A16 (or 0xF55A16) is unknown color: approx Persimmon. HEX triplet: F5, 5A and 16. RGB value is (245,90,22). Sum of RGB (Red+Green+Blue) = 245+90+22=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A16 is #0AA5E9. Grayscale: #818181. Windows color (decimal): -697834 or 1465077. OLE color: 1465077.

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

Color convert

RGB2459022-
CMYK00.630.910.04
HSL18.3º91.77%52.35%-
HSV(B)18.3º91.02%96.08%-
XYZ41.4626.783.74-
YUV128.5967.85211.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.63%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=68.63%
G=25.21%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245902200.630.910.0418.391.7752.35
HexF55A1603F5B4125c34
Octal3651322607713342213464
Binary1111010110110101011001111111011011100100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55A16; }

 p { color: rgb(245,90,22); }

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

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

 a { background-color: rgb(245,90,22); }

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

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

 span { border-color: rgb(245,90,22); }

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