#F45B12

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

Shades of Persimmon #F45B12

Tints of Persimmon #F45B12

Color information

#F45B12 (or 0xF45B12) is unknown color: approx Persimmon. HEX triplet: F4, 5B and 12. RGB value is (244,91,18). Sum of RGB (Red+Green+Blue) = 244+91+18=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45B12 is #0BA4ED. Grayscale: #808080. Windows color (decimal): -763118 or 1203188. OLE color: 1203188.

HSL color Cylindrical-coordinate representation of color #F45B12: hue angle of 19.38º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F45B12 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB2449118-
CMYK00.630.930.04
HSL19.38º91.13%51.37%-
HSV(B)19.38º92.62%95.69%-
XYZ41.1626.763.57-
YUV128.4265.69210.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.12%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 18 (7.42% from 255) = 5.10%
R=69.12%
G=25.78%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244911800.630.930.0419.3891.1351.37
HexF45B1203F5D4135b33
Octal3641332207713542313363
Binary1111010010110111001001111111011101100100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45B12; }

 p { color: rgb(244,91,18); }

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

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

 a { background-color: rgb(244,91,18); }

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

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

 span { border-color: rgb(244,91,18); }

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