#F2520A

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

Shades of Persimmon #F2520A

Tints of Persimmon #F2520A

Color information

#F2520A (or 0xF2520A) is unknown color: approx Persimmon. HEX triplet: F2, 52 and 0A. RGB value is (242,82,10). Sum of RGB (Red+Green+Blue) = 242+82+10=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F2520A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2520A is #0DADF5. Grayscale: #7A7A7A. Windows color (decimal): -896502 or 676594. OLE color: 676594.

HSL color Cylindrical-coordinate representation of color #F2520A: hue angle of 18.62º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2520A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB2428210-
CMYK00.660.960.05
HSL18.62º92.06%49.41%-
HSV(B)18.62º95.87%94.9%-
XYZ39.6924.933.01-
YUV121.6365.01213.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 72.46%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=72.46%
G=24.55%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242821000.660.960.0518.6292.0649.41
HexF252A042605135c31
Octal36212212010214052313461
Binary1111001010100101010010000101100000101100111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2520A; }

 p { color: rgb(242,82,10); }

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

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

 a { background-color: rgb(242,82,10); }

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

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

 span { border-color: rgb(242,82,10); }

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