#F53705

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

Shades of Orange Red #F53705

Tints of Orange Red #F53705

Color information

#F53705 (or 0xF53705) is unknown color: approx Orange Red. HEX triplet: F5, 37 and 05. RGB value is (245,55,5). Sum of RGB (Red+Green+Blue) = 245+55+5=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F53705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53705 is #0AC8FA. Grayscale: #6A6A6A. Windows color (decimal): -706811 or 342005. OLE color: 342005.

HSL color Cylindrical-coordinate representation of color #F53705: hue angle of 12.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F53705 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB245555-
CMYK00.780.980.04
HSL12.5º96%49.02%-
HSV(B)12.5º97.96%96.08%-
XYZ39.0522.162.36-
YUV106.1170.95227.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 80.33%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 5 (2.34% from 255) = 1.64%
R=80.33%
G=18.03%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24555500.780.980.0412.59649.02
HexF537504E624c6031
Octal365675011614241414061
Binary1111010111011110101001110110001010011001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53705; }

 p { color: rgb(245,55,5); }

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

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

 a { background-color: rgb(245,55,5); }

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

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

 span { border-color: rgb(245,55,5); }

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