#F25812

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

Shades of Persimmon #F25812

Tints of Persimmon #F25812

Color information

#F25812 (or 0xF25812) is unknown color: approx Persimmon. HEX triplet: F2, 58 and 12. RGB value is (242,88,18). Sum of RGB (Red+Green+Blue) = 242+88+18=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F25812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25812 is #0DA7ED. Grayscale: #7E7E7E. Windows color (decimal): -894958 or 1202418. OLE color: 1202418.

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

Color convert

RGB2428818-
CMYK00.640.930.05
HSL18.75º89.6%50.98%-
HSV(B)18.75º92.56%94.9%-
XYZ40.2225.93.45-
YUV126.0767.02210.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 69.54%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 18 (7.42% from 255) = 5.17%
R=69.54%
G=25.29%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242881800.640.930.0518.7589.650.98
HexF258120405D5135a33
Octal36213022010013552313263
Binary11110010101100010010010000001011101101100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25812; }

 p { color: rgb(242,88,18); }

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

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

 a { background-color: rgb(242,88,18); }

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

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

 span { border-color: rgb(242,88,18); }

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