#F05003

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

Shades of Persimmon #F05003

Tints of Persimmon #F05003

Color information

#F05003 (or 0xF05003) is unknown color: approx Persimmon. HEX triplet: F0, 50 and 03. RGB value is (240,80,3). Sum of RGB (Red+Green+Blue) = 240+80+3=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F05003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05003 is #0FAFFC. Grayscale: #777777. Windows color (decimal): -1028093 or 217328. OLE color: 217328.

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

Color convert

RGB240803-
CMYK00.670.990.06
HSL19.49º97.53%47.65%-
HSV(B)19.49º98.75%94.12%-
XYZ38.8224.272.72-
YUV119.0662.51214.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 74.30%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=74.30%
G=24.77%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24080300.670.990.0619.4997.5347.65
HexF0503043636136230
Octal3601203010314362314260
Binary11110000101000011010000111100011110100111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05003; }

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

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

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

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

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

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

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

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