Html Css Color HEX #F53520 Red Orange

📋 copy color: '#F53520'

red 245 ◦ green 53 ◦ blue 32

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

Shades of Red Orange #F53520

Tints of Red Orange #F53520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

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

R = 74.24%
G = 16.06%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F53520 (or 0xF53520) is known color: Red Orange. HEX triplet: F5, 35 and 20. RGB value is (245,53,32). Sum of RGB (Red+Green+Blue) = 245+53+32=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F53520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53520 is #0ACADF. Grayscale: #6C6C6C. Windows color (decimal): -707296 or 2110965. OLE color: 2110965.

HSL color Cylindrical-coordinate representation of color #F53520: hue angle of 5.92º 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 #F53520 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 53 32 -
CMYK 0 0.78 0.87 0.04
HSL 5.92º 0.91% 0.54% -
HSV(B) 5.92º 0.87% 0.96% -
XYZ 39.19 22.06 3.56 -
YUV 108.01 85.11 225.71 -
System Red Green Blue C M Y K H S L
Decimal 245 53 32 0 0.78 0.87 0.04 5.92 0.91 0.54
Hex F5 35 20 0 4E 57 4 6 5B 36
Octal 365 65 40 0 116 127 4 6 133 66
Binary 11110101 110101 100000 0 1001110 1010111 100 110 1011011 110110

Color Harmonies of #F53520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53520

Black with #F53520

Text Example


Text Example

White with #F53520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53520; }

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

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

background-color css

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

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

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

border-color css

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

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

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