Html Css Color HEX #F53720 Red Orange

📋 copy color: '#F53720'

red 245 ◦ green 55 ◦ blue 32

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

Shades of Red Orange #F53720

Tints of Red Orange #F53720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

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

R = 73.8%
G = 16.57%
B = 9.64%

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

#F53720 (or 0xF53720) is known color: Red Orange. HEX triplet: F5, 37 and 20. RGB value is (245,55,32). Sum of RGB (Red+Green+Blue) = 245+55+32=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F53720 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53720 is #0AC8DF. Grayscale: #6D6D6D. Windows color (decimal): -706784 or 2111477. OLE color: 2111477.

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

Color convert

RGB 245 55 32 -
CMYK 0 0.78 0.87 0.04
HSL 6.48º 0.91% 0.54% -
HSV(B) 6.48º 0.87% 0.96% -
XYZ 39.28 22.25 3.59 -
YUV 109.19 84.45 224.87 -
System Red Green Blue C M Y K H S L
Decimal 245 55 32 0 0.78 0.87 0.04 6.48 0.91 0.54
Hex F5 37 20 0 4E 57 4 6 5B 36
Octal 365 67 40 0 116 127 4 6 133 66
Binary 11110101 110111 100000 0 1001110 1010111 100 110 1011011 110110

Color Harmonies of #F53720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53720

Black with #F53720

Text Example


Text Example

White with #F53720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53720; }

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

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

background-color css

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

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

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

border-color css

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

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

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