#F05013

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

Shades of Persimmon #F05013

Tints of Persimmon #F05013

Color information

#F05013 (or 0xF05013) is unknown color: approx Persimmon. HEX triplet: F0, 50 and 13. RGB value is (240,80,19). Sum of RGB (Red+Green+Blue) = 240+80+19=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F05013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05013 is #0FAFEC. Grayscale: #797979. Windows color (decimal): -1028077 or 1265904. OLE color: 1265904.

HSL color Cylindrical-coordinate representation of color #F05013: hue angle of 16.56º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F05013 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB2408019-
CMYK00.670.920.06
HSL16.56º88.05%50.78%-
HSV(B)16.56º92.08%94.12%-
XYZ38.9224.313.26-
YUV120.8970.51212.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 70.80%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 19 (7.81% from 255) = 5.60%
R=70.80%
G=23.60%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240801900.670.920.0616.5688.0550.78
HexF050130435C6115833
Octal36012023010313462113063
Binary11110000101000010011010000111011100110100011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05013; }

 p { color: rgb(240,80,19); }

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

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

 a { background-color: rgb(240,80,19); }

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

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

 span { border-color: rgb(240,80,19); }

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