Html Css Color HEX #F53A31 Red Orange

📋 copy color: '#F53A31'

red 245 ◦ green 58 ◦ blue 49

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

Shades of Red Orange #F53A31

Tints of Red Orange #F53A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 69.6%
G = 16.48%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F53A31 (or 0xF53A31) is known color: Red Orange. HEX triplet: F5, 3A and 31. RGB value is (245,58,49). Sum of RGB (Red+Green+Blue) = 245+58+49=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53A31 is #0AC5CE. Grayscale: #717171. Windows color (decimal): -705999 or 3226357. OLE color: 3226357.

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

Color convert

RGB 245 58 49 -
CMYK 0 0.76 0.8 0.04
HSL 2.76º 0.91% 0.58% -
HSV(B) 2.76º 0.8% 0.96% -
XYZ 39.72 22.66 5.19 -
YUV 112.89 91.95 222.23 -
System Red Green Blue C M Y K H S L
Decimal 245 58 49 0 0.76 0.8 0.04 2.76 0.91 0.58
Hex F5 3A 31 0 4C 50 4 3 5B 3A
Octal 365 72 61 0 114 120 4 3 133 72
Binary 11110101 111010 110001 0 1001100 1010000 100 11 1011011 111010

Color Harmonies of #F53A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53A31

Black with #F53A31

Text Example


Text Example

White with #F53A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53A31; }

 p { color: rgb(245,58,49); }

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

background-color css

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

 a { background-color: rgb(245,58,49); }

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

border-color css

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

 span { border-color: rgb(245,58,49); }

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