#F25B17

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

Shades of Persimmon #F25B17

Tints of Persimmon #F25B17

Color information

#F25B17 (or 0xF25B17) is unknown color: approx Persimmon. HEX triplet: F2, 5B and 17. RGB value is (242,91,23). Sum of RGB (Red+Green+Blue) = 242+91+23=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25B17 is #0DA4E8. Grayscale: #808080. Windows color (decimal): -894185 or 1530866. OLE color: 1530866.

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

Color convert

RGB2429123-
CMYK00.620.900.05
HSL18.63º89.39%51.96%-
HSV(B)18.63º90.5%94.9%-
XYZ40.5126.423.78-
YUV128.468.53209.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 67.98%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 23 (9.38% from 255) = 6.46%
R=67.98%
G=25.56%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242912300.620.900.0518.6389.3951.96
HexF25B1703E5A5135934
Octal3621332707613252313164
Binary1111001010110111011101111101011010101100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25B17; }

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

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

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

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

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

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

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

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