#F05B03

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

Shades of Persimmon #F05B03

Tints of Persimmon #F05B03

Color information

#F05B03 (or 0xF05B03) is unknown color: approx Persimmon. HEX triplet: F0, 5B and 03. RGB value is (240,91,3). Sum of RGB (Red+Green+Blue) = 240+91+3=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05B03 is #0FA4FC. Grayscale: #7E7E7E. Windows color (decimal): -1025277 or 220144. OLE color: 220144.

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

Color convert

RGB240913-
CMYK00.620.990.06
HSL22.28º97.53%47.65%-
HSV(B)22.28º98.75%94.12%-
XYZ39.6926.013.02-
YUV125.5258.86209.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.86%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 3 (1.56% from 255) = 0.90%
R=71.86%
G=27.25%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24091300.620.990.0622.2897.5347.65
HexF05B303E636166230
Octal360133307614362614260
Binary1111000010110111101111101100011110101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B03; }

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

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

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

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

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

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

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

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