#F15104

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

Shades of Persimmon #F15104

Tints of Persimmon #F15104

Color information

#F15104 (or 0xF15104) is unknown color: approx Persimmon. HEX triplet: F1, 51 and 04. RGB value is (241,81,4). Sum of RGB (Red+Green+Blue) = 241+81+4=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F15104 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15104 is #0EAEFB. Grayscale: #787878. Windows color (decimal): -962300 or 283121. OLE color: 283121.

HSL color Cylindrical-coordinate representation of color #F15104: hue angle of 19.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F15104 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB241814-
CMYK00.660.980.05
HSL19.49º96.73%48.04%-
HSV(B)19.49º98.34%94.51%-
XYZ39.2424.592.79-
YUV120.0662.51214.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 73.93%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=73.93%
G=24.85%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24181400.660.980.0519.4996.7348.04
HexF1514042625136130
Octal3611214010214252314160
Binary111100011010001100010000101100010101100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15104; }

 p { color: rgb(241,81,4); }

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

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

 a { background-color: rgb(241,81,4); }

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

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

 span { border-color: rgb(241,81,4); }

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