#F05001

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

Shades of Persimmon #F05001

Tints of Persimmon #F05001

Color information

#F05001 (or 0xF05001) is unknown color: approx Persimmon. HEX triplet: F0, 50 and 01. RGB value is (240,80,1). Sum of RGB (Red+Green+Blue) = 240+80+1=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F05001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05001 is #0FAFFE. Grayscale: #777777. Windows color (decimal): -1028095 or 86256. OLE color: 86256.

HSL color Cylindrical-coordinate representation of color #F05001: hue angle of 19.83º 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 #F05001 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240801-
CMYK00.671.000.06
HSL19.83º99.17%47.25%-
HSV(B)19.83º99.58%94.12%-
XYZ38.8124.262.67-
YUV118.8361.51214.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 74.77%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=74.77%
G=24.92%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24080100.671.000.0619.8399.1747.25
HexF050104364614632f
Octal3601201010314462414357
Binary1111000010100001010000111100100110101001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05001; }

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

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

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

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

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

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

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

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