Html Css Color HEX #F55131 Outrageous Orange

📋 copy color: '#F55131'

red 245 ◦ green 81 ◦ blue 49

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

Shades of Outrageous Orange #F55131

Tints of Outrageous Orange #F55131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.6%

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

R = 65.33%
G = 21.6%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F55131 (or 0xF55131) is known color: Outrageous Orange. HEX triplet: F5, 51 and 31. RGB value is (245,81,49). Sum of RGB (Red+Green+Blue) = 245+81+49=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F55131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55131 is #0AAECE. Grayscale: #7E7E7E. Windows color (decimal): -700111 or 3232245. OLE color: 3232245.

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

Color convert

RGB 245 81 49 -
CMYK 0 0.67 0.8 0.04
HSL 9.8º 0.91% 0.58% -
HSV(B) 9.8º 0.8% 0.96% -
XYZ 41.15 25.52 5.66 -
YUV 126.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 245 81 49 0 0.67 0.8 0.04 9.8 0.91 0.58
Hex F5 51 31 0 43 50 4 A 5B 3A
Octal 365 121 61 0 103 120 4 12 133 72
Binary 11110101 1010001 110001 0 1000011 1010000 100 1010 1011011 111010

Color Harmonies of #F55131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55131

Black with #F55131

Text Example


Text Example

White with #F55131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55131; }

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

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

background-color css

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

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

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

border-color css

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

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

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