#F55B08

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

Shades of Persimmon #F55B08

Tints of Persimmon #F55B08

Color information

#F55B08 (or 0xF55B08) is unknown color: approx Persimmon. HEX triplet: F5, 5B and 08. RGB value is (245,91,8). Sum of RGB (Red+Green+Blue) = 245+91+8=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55B08 is #0AA4F7. Grayscale: #808080. Windows color (decimal): -697592 or 547829. OLE color: 547829.

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

Color convert

RGB245918-
CMYK00.630.970.04
HSL21.01º93.68%49.61%-
HSV(B)21.01º96.73%96.08%-
XYZ41.4426.913.24-
YUV127.5860.52211.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 71.22%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 8 (3.52% from 255) = 2.33%
R=71.22%
G=26.45%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24591800.630.970.0421.0193.6849.61
HexF55B803F614155e32
Octal3651331007714142513662
Binary111101011011011100001111111100001100101011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55B08; }

 p { color: rgb(245,91,8); }

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

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

 a { background-color: rgb(245,91,8); }

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

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

 span { border-color: rgb(245,91,8); }

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