#F05201

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

Shades of Persimmon #F05201

Tints of Persimmon #F05201

Color information

#F05201 (or 0xF05201) is unknown color: approx Persimmon. HEX triplet: F0, 52 and 01. RGB value is (240,82,1). Sum of RGB (Red+Green+Blue) = 240+82+1=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F05201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05201 is #0FADFE. Grayscale: #787878. Windows color (decimal): -1027583 or 86768. OLE color: 86768.

HSL color Cylindrical-coordinate representation of color #F05201: hue angle of 20.33º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F05201 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240821-
CMYK00.661.000.06
HSL20.33º99.17%47.25%-
HSV(B)20.33º99.58%94.12%-
XYZ38.9624.562.72-
YUV120.0160.85213.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 74.30%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=74.30%
G=25.39%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24082100.661.000.0620.3399.1747.25
HexF052104264614632f
Octal3601221010214462414357
Binary1111000010100101010000101100100110101001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05201; }

 p { color: rgb(240,82,1); }

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

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

 a { background-color: rgb(240,82,1); }

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

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

 span { border-color: rgb(240,82,1); }

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