#F53E01

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

Shades of Orange Red #F53E01

Tints of Orange Red #F53E01

Color information

#F53E01 (or 0xF53E01) is unknown color: approx Orange Red. HEX triplet: F5, 3E and 01. RGB value is (245,62,1). Sum of RGB (Red+Green+Blue) = 245+62+1=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53E01 is #0AC1FE. Grayscale: #6E6E6E. Windows color (decimal): -705023 or 81653. OLE color: 81653.

HSL color Cylindrical-coordinate representation of color #F53E01: hue angle of 15º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F53E01 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB245621-
CMYK00.751.000.04
HSL15º99.19%48.24%-
HSV(B)15º99.59%96.08%-
XYZ39.3822.862.37-
YUV109.7666.63224.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 79.55%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=79.55%
G=20.13%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24562100.751.000.041599.1948.24
HexF53E104B644f6330
Octal365761011314441714360
Binary11110101111110101001011110010010011111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53E01; }

 p { color: rgb(245,62,1); }

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

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

 a { background-color: rgb(245,62,1); }

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

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

 span { border-color: rgb(245,62,1); }

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