#F15F0F

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

Shades of Persimmon #F15F0F

Tints of Persimmon #F15F0F

Color information

#F15F0F (or 0xF15F0F) is unknown color: approx Persimmon. HEX triplet: F1, 5F and 0F. RGB value is (241,95,15). Sum of RGB (Red+Green+Blue) = 241+95+15=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F0F is #0EA0F0. Grayscale: #828282. Windows color (decimal): -958705 or 1007601. OLE color: 1007601.

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

Color convert

RGB2419515-
CMYK00.610.940.05
HSL21.24º88.98%50.2%-
HSV(B)21.24º93.78%94.51%-
XYZ40.4526.923.52-
YUV129.5363.37207.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 68.66%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 15 (6.25% from 255) = 4.27%
R=68.66%
G=27.07%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241951500.610.940.0521.2488.9850.2
HexF15FF03D5E5155932
Octal3611371707513652513162
Binary111100011011111111101111011011110101101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15F0F; }

 p { color: rgb(241,95,15); }

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

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

 a { background-color: rgb(241,95,15); }

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

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

 span { border-color: rgb(241,95,15); }

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