#F1590C

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

Shades of Persimmon #F1590C

Tints of Persimmon #F1590C

Color information

#F1590C (or 0xF1590C) is unknown color: approx Persimmon. HEX triplet: F1, 59 and 0C. RGB value is (241,89,12). Sum of RGB (Red+Green+Blue) = 241+89+12=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1590C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1590C is #0EA6F3. Grayscale: #7E7E7E. Windows color (decimal): -960244 or 809457. OLE color: 809457.

HSL color Cylindrical-coordinate representation of color #F1590C: hue angle of 20.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1590C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB2418912-
CMYK00.630.950.05
HSL20.17º90.51%49.61%-
HSV(B)20.17º95.02%94.51%-
XYZ39.9125.873.24-
YUV125.6763.86210.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 70.47%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 12 (5.08% from 255) = 3.51%
R=70.47%
G=26.02%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241891200.630.950.0520.1790.5149.61
HexF159C03F5F5145b32
Octal3611311407713752413362
Binary111100011011001110001111111011111101101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1590C; }

 p { color: rgb(241,89,12); }

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

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

 a { background-color: rgb(241,89,12); }

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

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

 span { border-color: rgb(241,89,12); }

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