#f16003

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

Shades of Persimmon #F16003

Tints of Persimmon #F16003

Color information

#F16003 (or 0xF16003) is unknown color: approx Persimmon. HEX triplet: F1, 60 and 03. RGB value is (241,96,3). Sum of RGB (Red+Green+Blue) = 241+96+3=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F16003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16003 is #0E9FFC. Grayscale: #818181. Windows color (decimal): -958461 or 221425. OLE color: 221425.

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

Color convert

RGB241963-
CMYK00.600.990.05
HSL23.45º97.54%47.84%-
HSV(B)23.45º98.76%94.51%-
XYZ40.4727.073.18-
YUV128.7557.04208.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 70.88%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=70.88%
G=28.24%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24196300.600.990.0523.4597.5447.84
HexF160303C635176230
Octal361140307414352714260
Binary1111000111000001101111001100011101101111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f16003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f16003; }

 p { color: rgb(241,96,3); }

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

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

 a { background-color: rgb(241,96,3); }

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

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

 span { border-color: rgb(241,96,3); }

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