#F53D19

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

Shades of Orange Red #F53D19

Tints of Orange Red #F53D19

Color information

#F53D19 (or 0xF53D19) is unknown color: approx Orange Red. HEX triplet: F5, 3D and 19. RGB value is (245,61,25). Sum of RGB (Red+Green+Blue) = 245+61+25=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53D19 is #0AC2E6. Grayscale: #707070. Windows color (decimal): -705255 or 1654261. OLE color: 1654261.

HSL color Cylindrical-coordinate representation of color #F53D19: hue angle of 9.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F53D19 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB2456125-
CMYK00.750.900.04
HSL9.82º91.67%52.94%-
HSV(B)9.82º89.8%96.08%-
XYZ39.522.823.24-
YUV111.9178.96222.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.02%
GREEN value IS 61 (24.22% from 255) = 18.43%
BLUE value IS 25 (10.16% from 255) = 7.55%
R=74.02%
G=18.43%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245612500.750.900.049.8291.6752.94
HexF53D1904B5A4a5c35
Octal3657531011313241213465
Binary111101011111011100101001011101101010010101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53D19; }

 p { color: rgb(245,61,25); }

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

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

 a { background-color: rgb(245,61,25); }

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

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

 span { border-color: rgb(245,61,25); }

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