#F85901

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

Shades of Persimmon #F85901

Tints of Persimmon #F85901

Color information

#F85901 (or 0xF85901) is unknown color: approx Persimmon. HEX triplet: F8, 59 and 01. RGB value is (248,89,1). Sum of RGB (Red+Green+Blue) = 248+89+1=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F85901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85901 is #07A6FE. Grayscale: #7F7F7F. Windows color (decimal): -501503 or 88568. OLE color: 88568.

HSL color Cylindrical-coordinate representation of color #F85901: hue angle of 21.38º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F85901 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB248891-
CMYK00.641.000.03
HSL21.38º99.2%48.82%-
HSV(B)21.38º99.6%97.25%-
XYZ42.2927.13.03-
YUV126.5157.18214.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 73.37%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=73.37%
G=26.33%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24889100.641.000.0321.3899.248.82
HexF8591040643156331
Octal3701311010014432514361
Binary111110001011001101000000110010011101011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85901; }

 p { color: rgb(248,89,1); }

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

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

 a { background-color: rgb(248,89,1); }

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

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

 span { border-color: rgb(248,89,1); }

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