#F15302

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

Shades of Persimmon #F15302

Tints of Persimmon #F15302

Color information

#F15302 (or 0xF15302) is unknown color: approx Persimmon. HEX triplet: F1, 53 and 02. RGB value is (241,83,2). Sum of RGB (Red+Green+Blue) = 241+83+2=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F15302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15302 is #0EACFD. Grayscale: #797979. Windows color (decimal): -961790 or 152561. OLE color: 152561.

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

Color convert

RGB241832-
CMYK00.660.990.05
HSL20.33º98.35%47.65%-
HSV(B)20.33º99.17%94.51%-
XYZ39.3824.892.79-
YUV121.0160.85213.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 73.93%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=73.93%
G=25.46%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24183200.660.990.0520.3398.3547.65
HexF1532042635146230
Octal3611232010214352414260
Binary11110001101001110010000101100011101101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15302; }

 p { color: rgb(241,83,2); }

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

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

 a { background-color: rgb(241,83,2); }

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

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

 span { border-color: rgb(241,83,2); }

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