#f25b16

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

Shades of Persimmon #F25B16

Tints of Persimmon #F25B16

Color information

#F25B16 (or 0xF25B16) is unknown color: approx Persimmon. HEX triplet: F2, 5B and 16. RGB value is (242,91,22). Sum of RGB (Red+Green+Blue) = 242+91+22=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25B16 is #0DA4E9. Grayscale: #808080. Windows color (decimal): -894186 or 1465330. OLE color: 1465330.

HSL color Cylindrical-coordinate representation of color #F25B16: hue angle of 18.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F25B16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2429122-
CMYK00.620.910.05
HSL18.82º89.43%51.76%-
HSV(B)18.82º90.91%94.9%-
XYZ40.526.423.72-
YUV128.2868.03209.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 68.17%
GREEN value IS 91 (35.94% from 255) = 25.63%
BLUE value IS 22 (8.98% from 255) = 6.20%
R=68.17%
G=25.63%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242912200.620.910.0518.8289.4351.76
HexF25B1603E5B5135934
Octal3621332607613352313164
Binary1111001010110111011001111101011011101100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25b16; }

 p { color: rgb(242,91,22); }

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

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

 a { background-color: rgb(242,91,22); }

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

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

 span { border-color: rgb(242,91,22); }

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