#F16403

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

Shades of Persimmon #F16403

Tints of Persimmon #F16403

Color information

#F16403 (or 0xF16403) is unknown color: approx Persimmon. HEX triplet: F1, 64 and 03. RGB value is (241,100,3). Sum of RGB (Red+Green+Blue) = 241+100+3=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F16403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16403 is #0E9BFC. Grayscale: #838383. Windows color (decimal): -957437 or 222449. OLE color: 222449.

HSL color Cylindrical-coordinate representation of color #F16403: hue angle of 24.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 #F16403 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB2411003-
CMYK00.590.990.05
HSL24.45º97.54%47.84%-
HSV(B)24.45º98.76%94.51%-
XYZ40.8527.823.3-
YUV131.155.71206.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 70.06%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=70.06%
G=29.07%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241100300.590.990.0524.4597.5447.84
HexF164303B635186230
Octal361144307314353014260
Binary1111000111001001101110111100011101110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16403; }

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

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

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

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

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

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

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

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