#F14F19

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

Shades of Persimmon #F14F19

Tints of Persimmon #F14F19

Color information

#F14F19 (or 0xF14F19) is unknown color: approx Persimmon. HEX triplet: F1, 4F and 19. RGB value is (241,79,25). Sum of RGB (Red+Green+Blue) = 241+79+25=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14F19 is #0EB0E6. Grayscale: #797979. Windows color (decimal): -962791 or 1658865. OLE color: 1658865.

HSL color Cylindrical-coordinate representation of color #F14F19: hue angle of 15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F14F19 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB2417925-
CMYK00.670.900.05
HSL15º88.52%52.16%-
HSV(B)15º89.63%94.51%-
XYZ39.2524.363.55-
YUV121.2873.67213.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.86%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 25 (10.16% from 255) = 7.25%
R=69.86%
G=22.90%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241792500.670.900.051588.5252.16
HexF14F190435A5f5934
Octal36111731010313251713164
Binary1111000110011111100101000011101101010111111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F19; }

 p { color: rgb(241,79,25); }

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

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

 a { background-color: rgb(241,79,25); }

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

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

 span { border-color: rgb(241,79,25); }

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