#F55C16

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

Shades of Persimmon #F55C16

Tints of Persimmon #F55C16

Color information

#F55C16 (or 0xF55C16) is unknown color: approx Persimmon. HEX triplet: F5, 5C and 16. RGB value is (245,92,22). Sum of RGB (Red+Green+Blue) = 245+92+22=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55C16 is #0AA3E9. Grayscale: #828282. Windows color (decimal): -697322 or 1465589. OLE color: 1465589.

HSL color Cylindrical-coordinate representation of color #F55C16: hue angle of 18.83º 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 #F55C16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB2459222-
CMYK00.620.910.04
HSL18.83º91.77%52.35%-
HSV(B)18.83º91.02%96.08%-
XYZ41.6327.123.8-
YUV129.7767.19210.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.25%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 22 (8.98% from 255) = 6.13%
R=68.25%
G=25.63%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245922200.620.910.0418.8391.7752.35
HexF55C1603E5B4135c34
Octal3651342607613342313464
Binary1111010110111001011001111101011011100100111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55C16; }

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

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

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

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

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

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

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

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