#F16405

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

Shades of Persimmon #F16405

Tints of Persimmon #F16405

Color information

#F16405 (or 0xF16405) is unknown color: approx Persimmon. HEX triplet: F1, 64 and 05. RGB value is (241,100,5). Sum of RGB (Red+Green+Blue) = 241+100+5=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F16405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16405 is #0E9BFA. Grayscale: #838383. Windows color (decimal): -957435 or 353521. OLE color: 353521.

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

Color convert

RGB2411005-
CMYK00.590.980.05
HSL24.15º95.93%48.24%-
HSV(B)24.15º97.93%94.51%-
XYZ40.8627.833.36-
YUV131.3356.71206.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.65%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 5 (2.34% from 255) = 1.45%
R=69.65%
G=28.90%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241100500.590.980.0524.1595.9348.24
HexF164503B625186030
Octal361144507314253014060
Binary11110001110010010101110111100010101110001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16405; }

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

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

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

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

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

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

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

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