#F15202

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

Shades of Persimmon #F15202

Tints of Persimmon #F15202

Color information

#F15202 (or 0xF15202) is unknown color: approx Persimmon. HEX triplet: F1, 52 and 02. RGB value is (241,82,2). Sum of RGB (Red+Green+Blue) = 241+82+2=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F15202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15202 is #0EADFD. Grayscale: #787878. Windows color (decimal): -962046 or 152305. OLE color: 152305.

HSL color Cylindrical-coordinate representation of color #F15202: hue angle of 20.08º 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 #F15202 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB241822-
CMYK00.660.990.05
HSL20.08º98.35%47.65%-
HSV(B)20.08º99.17%94.51%-
XYZ39.324.742.76-
YUV120.4261.18214-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 74.15%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=74.15%
G=25.23%
B=0.62%

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
Decimal24182200.660.990.0520.0898.3547.65
HexF1522042635146230
Octal3611222010214352414260
Binary11110001101001010010000101100011101101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15202; }

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

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

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

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

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

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

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

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