Html Css Color HEX #F53122 Red Orange

📋 copy color: '#F53122'

red 245 ◦ green 49 ◦ blue 34

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

Shades of Red Orange #F53122

Tints of Red Orange #F53122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 34 (13.67% from 255) = 10.37%

R = 74.7%
G = 14.94%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F53122 (or 0xF53122) is known color: Red Orange. HEX triplet: F5, 31 and 22. RGB value is (245,49,34). Sum of RGB (Red+Green+Blue) = 245+49+34=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F53122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53122 is #0ACEDD. Grayscale: #6A6A6A. Windows color (decimal): -708318 or 2241013. OLE color: 2241013.

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

Color convert

RGB 245 49 34 -
CMYK 0 0.8 0.86 0.04
HSL 4.27º 0.91% 0.55% -
HSV(B) 4.27º 0.86% 0.96% -
XYZ 39.04 21.72 3.65 -
YUV 105.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 245 49 34 0 0.8 0.86 0.04 4.27 0.91 0.55
Hex F5 31 22 0 50 56 4 4 5B 37
Octal 365 61 42 0 120 126 4 4 133 67
Binary 11110101 110001 100010 0 1010000 1010110 100 100 1011011 110111

Color Harmonies of #F53122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53122

Black with #F53122

Text Example


Text Example

White with #F53122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53122; }

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

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

background-color css

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

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

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

border-color css

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

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

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