#F55806

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

Shades of Persimmon #F55806

Tints of Persimmon #F55806

Color information

#F55806 (or 0xF55806) is unknown color: approx Persimmon. HEX triplet: F5, 58 and 06. RGB value is (245,88,6). Sum of RGB (Red+Green+Blue) = 245+88+6=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F55806 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55806 is #0AA7F9. Grayscale: #7E7E7E. Windows color (decimal): -698362 or 415989. OLE color: 415989.

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

Color convert

RGB245886-
CMYK00.640.980.04
HSL20.59º95.22%49.22%-
HSV(B)20.59º97.55%96.08%-
XYZ41.1826.413.1-
YUV125.660.51213.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 72.27%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 6 (2.73% from 255) = 1.77%
R=72.27%
G=25.96%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24588600.640.980.0420.5995.2249.22
HexF5586040624155f31
Octal3651306010014242513761
Binary111101011011000110010000001100010100101011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55806; }

 p { color: rgb(245,88,6); }

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

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

 a { background-color: rgb(245,88,6); }

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

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

 span { border-color: rgb(245,88,6); }

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