Html Css Color HEX #FF6131 Outrageous Orange

📋 copy color: '#FF6131'

red 255 ◦ green 97 ◦ blue 49

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

Shades of Outrageous Orange #FF6131

Tints of Outrageous Orange #FF6131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

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

R = 63.59%
G = 24.19%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6131 (or 0xFF6131) is known color: Outrageous Orange. HEX triplet: FF, 61 and 31. RGB value is (255,97,49). Sum of RGB (Red+Green+Blue) = 255+97+49=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6131 is #009ECE. Grayscale: #8B8B8B. Windows color (decimal): -40655 or 3236351. OLE color: 3236351.

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

Color convert

RGB 255 97 49 -
CMYK 0 0.62 0.81 0
HSL 13.98º 1% 0.6% -
HSV(B) 13.98º 0.81% 1% -
XYZ 46.07 30.03 6.27 -
YUV 138.77 77.35 210.9 -
System Red Green Blue C M Y K H S L
Decimal 255 97 49 0 0.62 0.81 0 13.98 1 0.6
Hex FF 61 31 0 3E 51 0 E 64 3C
Octal 377 141 61 0 76 121 0 16 144 74
Binary 11111111 1100001 110001 0 111110 1010001 0 1110 1100100 111100

Color Harmonies of #FF6131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6131

Black with #FF6131

Text Example


Text Example

White with #FF6131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6131; }

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

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

background-color css

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

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

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

border-color css

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

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

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