Html Css Color HEX #FF5131 Outrageous Orange

📋 copy color: '#FF5131'

red 255 ◦ green 81 ◦ blue 49

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

Shades of Outrageous Orange #FF5131

Tints of Outrageous Orange #FF5131

RGB

 RED value IS 255 (100% from 255) = 66.23%

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

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

R = 66.23%
G = 21.04%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF5131 (or 0xFF5131) is known color: Outrageous Orange. HEX triplet: FF, 51 and 31. RGB value is (255,81,49). Sum of RGB (Red+Green+Blue) = 255+81+49=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5131 is #00AECE. Grayscale: #818181. Windows color (decimal): -44751 or 3232255. OLE color: 3232255.

HSL color Cylindrical-coordinate representation of color #FF5131: hue angle of 9.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF5131 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 81 49 -
CMYK 0 0.68 0.81 0
HSL 9.32º 1% 0.6% -
HSV(B) 9.32º 0.81% 1% -
XYZ 44.74 27.37 5.83 -
YUV 129.38 82.65 217.6 -
System Red Green Blue C M Y K H S L
Decimal 255 81 49 0 0.68 0.81 0 9.32 1 0.6
Hex FF 51 31 0 44 51 0 9 64 3C
Octal 377 121 61 0 104 121 0 11 144 74
Binary 11111111 1010001 110001 0 1000100 1010001 0 1001 1100100 111100

Color Harmonies of #FF5131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5131

Black with #FF5131

Text Example


Text Example

White with #FF5131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5131; }

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

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

background-color css

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

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

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

border-color css

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

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

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