#F05D03

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

Shades of Persimmon #F05D03

Tints of Persimmon #F05D03

Color information

#F05D03 (or 0xF05D03) is unknown color: approx Persimmon. HEX triplet: F0, 5D and 03. RGB value is (240,93,3). Sum of RGB (Red+Green+Blue) = 240+93+3=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D03 is #0FA2FC. Grayscale: #7F7F7F. Windows color (decimal): -1024765 or 220656. OLE color: 220656.

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

Color convert

RGB240933-
CMYK00.610.990.06
HSL22.78º97.53%47.65%-
HSV(B)22.78º98.75%94.12%-
XYZ39.8726.363.07-
YUV126.6958.2208.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.43%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=71.43%
G=27.68%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24093300.610.990.0622.7897.5347.65
HexF05D303D636176230
Octal360135307514362714260
Binary1111000010111011101111011100011110101111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05D03; }

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

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

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

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

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

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

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

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