Html Css Color HEX #F53620 Red Orange

📋 copy color: '#F53620'

red 245 ◦ green 54 ◦ blue 32

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

Shades of Red Orange #F53620

Tints of Red Orange #F53620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

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

R = 74.02%
G = 16.31%
B = 9.67%

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

#F53620 (or 0xF53620) is known color: Red Orange. HEX triplet: F5, 36 and 20. RGB value is (245,54,32). Sum of RGB (Red+Green+Blue) = 245+54+32=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F53620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53620 is #0AC9DF. Grayscale: #6C6C6C. Windows color (decimal): -707040 or 2111221. OLE color: 2111221.

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

Color convert

RGB 245 54 32 -
CMYK 0 0.78 0.87 0.04
HSL 6.2º 0.91% 0.54% -
HSV(B) 6.2º 0.87% 0.96% -
XYZ 39.24 22.16 3.57 -
YUV 108.6 84.78 225.29 -
System Red Green Blue C M Y K H S L
Decimal 245 54 32 0 0.78 0.87 0.04 6.2 0.91 0.54
Hex F5 36 20 0 4E 57 4 6 5B 36
Octal 365 66 40 0 116 127 4 6 133 66
Binary 11110101 110110 100000 0 1001110 1010111 100 110 1011011 110110

Color Harmonies of #F53620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53620

Black with #F53620

Text Example


Text Example

White with #F53620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53620; }

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

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

background-color css

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

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

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

border-color css

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

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

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