#F04E13

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

Shades of Persimmon #F04E13

Tints of Persimmon #F04E13

Color information

#F04E13 (or 0xF04E13) is unknown color: approx Persimmon. HEX triplet: F0, 4E and 13. RGB value is (240,78,19). Sum of RGB (Red+Green+Blue) = 240+78+19=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04E13 is #0FB1EC. Grayscale: #787878. Windows color (decimal): -1028589 or 1265392. OLE color: 1265392.

HSL color Cylindrical-coordinate representation of color #F04E13: hue angle of 16.02º 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 #F04E13 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB2407819-
CMYK00.680.920.06
HSL16.02º88.05%50.78%-
HSV(B)16.02º92.08%94.12%-
XYZ38.7824.023.21-
YUV119.7171.17213.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.22%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 19 (7.81% from 255) = 5.64%
R=71.22%
G=23.15%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240781900.680.920.0616.0288.0550.78
HexF04E130445C6105833
Octal36011623010413462013063
Binary11110000100111010011010001001011100110100001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04E13; }

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

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

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

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

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

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

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

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