Html Css Color HEX #F53E20 Red Orange

📋 copy color: '#F53E20'

red 245 ◦ green 62 ◦ blue 32

#F53E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #F53E20

Tints of Red Orange #F53E20

RGB

 RED value IS 245 (96.09% from 255) = 72.27%

 GREEN value IS 62 (24.61% from 255) = 18.29%

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 72.27%
G = 18.29%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F53E20 (or 0xF53E20) is known color: Red Orange. HEX triplet: F5, 3E and 20. RGB value is (245,62,32). Sum of RGB (Red+Green+Blue) = 245+62+32=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53E20 is #0AC1DF. Grayscale: #717171. Windows color (decimal): -704992 or 2113269. OLE color: 2113269.

HSL color Cylindrical-coordinate representation of color #F53E20: hue angle of 8.45º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F53E20 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 62 32 -
CMYK 0 0.75 0.87 0.04
HSL 8.45º 0.91% 0.54% -
HSV(B) 8.45º 0.87% 0.96% -
XYZ 39.64 22.96 3.71 -
YUV 113.3 82.13 221.94 -
System Red Green Blue C M Y K H S L
Decimal 245 62 32 0 0.75 0.87 0.04 8.45 0.91 0.54
Hex F5 3E 20 0 4B 57 4 8 5B 36
Octal 365 76 40 0 113 127 4 10 133 66
Binary 11110101 111110 100000 0 1001011 1010111 100 1000 1011011 110110

Color Harmonies of #F53E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53E20

Black with #F53E20

Text Example


Text Example

White with #F53E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53E20; }

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

 H1.HeaderClassName
 {
   color: #F53E20;
 }
 .AnyTagClassName
 {
   color: #F53E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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