#F45E18

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

Shades of Persimmon #F45E18

Tints of Persimmon #F45E18

Color information

#F45E18 (or 0xF45E18) is unknown color: approx Persimmon. HEX triplet: F4, 5E and 18. RGB value is (244,94,24). Sum of RGB (Red+Green+Blue) = 244+94+24=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45E18 is #0BA1E7. Grayscale: #838383. Windows color (decimal): -762344 or 1597172. OLE color: 1597172.

HSL color Cylindrical-coordinate representation of color #F45E18: hue angle of 19.09º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F45E18 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB2449424-
CMYK00.610.900.04
HSL19.09º90.91%52.55%-
HSV(B)19.09º90.16%95.69%-
XYZ41.4827.33.95-
YUV130.8767.7208.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 67.40%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 24 (9.77% from 255) = 6.63%
R=67.40%
G=25.97%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244942400.610.900.0419.0990.9152.55
HexF45E1803D5A4135b35
Octal3641363007513242313365
Binary1111010010111101100001111011011010100100111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45E18; }

 p { color: rgb(244,94,24); }

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

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

 a { background-color: rgb(244,94,24); }

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

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

 span { border-color: rgb(244,94,24); }

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