#F2600E

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

Shades of Persimmon #F2600E

Tints of Persimmon #F2600E

Color information

#F2600E (or 0xF2600E) is unknown color: approx Persimmon. HEX triplet: F2, 60 and 0E. RGB value is (242,96,14). Sum of RGB (Red+Green+Blue) = 242+96+14=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2600E is #0D9FF1. Grayscale: #828282. Windows color (decimal): -892914 or 942322. OLE color: 942322.

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

Color convert

RGB2429614-
CMYK00.600.940.05
HSL21.58º89.76%50.2%-
HSV(B)21.58º94.21%94.9%-
XYZ40.8827.273.53-
YUV130.3162.37207.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 68.75%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 14 (5.86% from 255) = 3.98%
R=68.75%
G=27.27%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242961400.600.940.0521.5889.7650.2
HexF260E03C5E5165a32
Octal3621401607413652613262
Binary111100101100000111001111001011110101101101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2600E; }

 p { color: rgb(242,96,14); }

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

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

 a { background-color: rgb(242,96,14); }

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

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

 span { border-color: rgb(242,96,14); }

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