#F4600F

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

Shades of Persimmon #F4600F

Tints of Persimmon #F4600F

Color information

#F4600F (or 0xF4600F) is unknown color: approx Persimmon. HEX triplet: F4, 60 and 0F. RGB value is (244,96,15). Sum of RGB (Red+Green+Blue) = 244+96+15=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4600F is #0B9FF0. Grayscale: #838383. Windows color (decimal): -761841 or 1007860. OLE color: 1007860.

HSL color Cylindrical-coordinate representation of color #F4600F: hue angle of 21.22º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4600F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB2449615-
CMYK00.610.940.04
HSL21.22º91.24%50.78%-
HSV(B)21.22º93.85%95.69%-
XYZ41.5827.633.59-
YUV131.0262.53208.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 68.73%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 15 (6.25% from 255) = 4.23%
R=68.73%
G=27.04%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244961500.610.940.0421.2291.2450.78
HexF460F03D5E4155b33
Octal3641401707513642513363
Binary111101001100000111101111011011110100101011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4600F; }

 p { color: rgb(244,96,15); }

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

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

 a { background-color: rgb(244,96,15); }

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

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

 span { border-color: rgb(244,96,15); }

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