Html Css Color HEX #FF5B31 Outrageous Orange

📋 copy color: '#FF5B31'

red 255 ◦ green 91 ◦ blue 49

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

Shades of Outrageous Orange #FF5B31

Tints of Outrageous Orange #FF5B31

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

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

R = 64.56%
G = 23.04%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF5B31 (or 0xFF5B31) is known color: Outrageous Orange. HEX triplet: FF, 5B and 31. RGB value is (255,91,49). Sum of RGB (Red+Green+Blue) = 255+91+49=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B31 is #00A4CE. Grayscale: #878787. Windows color (decimal): -42191 or 3234815. OLE color: 3234815.

HSL color Cylindrical-coordinate representation of color #FF5B31: hue angle of 12.23º 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 #FF5B31 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 91 49 -
CMYK 0 0.64 0.81 0
HSL 12.23º 1% 0.6% -
HSV(B) 12.23º 0.81% 1% -
XYZ 45.54 28.96 6.1 -
YUV 135.25 79.33 213.42 -
System Red Green Blue C M Y K H S L
Decimal 255 91 49 0 0.64 0.81 0 12.23 1 0.6
Hex FF 5B 31 0 40 51 0 C 64 3C
Octal 377 133 61 0 100 121 0 14 144 74
Binary 11111111 1011011 110001 0 1000000 1010001 0 1100 1100100 111100

Color Harmonies of #FF5B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B31

Black with #FF5B31

Text Example


Text Example

White with #FF5B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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