#F05618

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

Shades of Persimmon #F05618

Tints of Persimmon #F05618

Color information

#F05618 (or 0xF05618) is unknown color: approx Persimmon. HEX triplet: F0, 56 and 18. RGB value is (240,86,24). Sum of RGB (Red+Green+Blue) = 240+86+24=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F05618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05618 is #0FA9E7. Grayscale: #7D7D7D. Windows color (decimal): -1026536 or 1595120. OLE color: 1595120.

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

Color convert

RGB2408624-
CMYK00.640.90.06
HSL17.22º87.8%51.76%-
HSV(B)17.22º90%94.12%-
XYZ39.4325.253.66-
YUV124.9871.02210.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 68.57%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 24 (9.77% from 255) = 6.86%
R=68.57%
G=24.57%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.9
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240862400.640.90.0617.2287.851.76
HexF056180405A6115834
Octal36012630010013262113064
Binary11110000101011011000010000001011010110100011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05618; }

 p { color: rgb(240,86,24); }

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

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

 a { background-color: rgb(240,86,24); }

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

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

 span { border-color: rgb(240,86,24); }

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