#F05D0E

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

Shades of Persimmon #F05D0E

Tints of Persimmon #F05D0E

Color information

#F05D0E (or 0xF05D0E) is unknown color: approx Persimmon. HEX triplet: F0, 5D and 0E. RGB value is (240,93,14). Sum of RGB (Red+Green+Blue) = 240+93+14=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D0E is #0FA2F1. Grayscale: #808080. Windows color (decimal): -1024754 or 941552. OLE color: 941552.

HSL color Cylindrical-coordinate representation of color #F05D0E: hue angle of 20.97º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F05D0E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB2409314-
CMYK00.610.940.06
HSL20.97º88.98%49.8%-
HSV(B)20.97º94.17%94.12%-
XYZ39.9326.393.4-
YUV127.9563.7207.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.16%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 14 (5.86% from 255) = 4.03%
R=69.16%
G=26.80%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240931400.610.940.0620.9788.9849.8
HexF05DE03D5E6155932
Octal3601351607513662513162
Binary111100001011101111001111011011110110101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05D0E; }

 p { color: rgb(240,93,14); }

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

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

 a { background-color: rgb(240,93,14); }

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

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

 span { border-color: rgb(240,93,14); }

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