Html Css Color HEX #FF6031 Outrageous Orange

📋 copy color: '#FF6031'

red 255 ◦ green 96 ◦ blue 49

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

Shades of Outrageous Orange #FF6031

Tints of Outrageous Orange #FF6031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 63.75%
G = 24%
B = 12.25%

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

#FF6031 (or 0xFF6031) is known color: Outrageous Orange. HEX triplet: FF, 60 and 31. RGB value is (255,96,49). Sum of RGB (Red+Green+Blue) = 255+96+49=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6031 is #009FCE. Grayscale: #8A8A8A. Windows color (decimal): -40911 or 3236095. OLE color: 3236095.

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

Color convert

RGB 255 96 49 -
CMYK 0 0.62 0.81 0
HSL 13.69º 1% 0.6% -
HSV(B) 13.69º 0.81% 1% -
XYZ 45.98 29.85 6.24 -
YUV 138.18 77.68 211.32 -
System Red Green Blue C M Y K H S L
Decimal 255 96 49 0 0.62 0.81 0 13.69 1 0.6
Hex FF 60 31 0 3E 51 0 E 64 3C
Octal 377 140 61 0 76 121 0 16 144 74
Binary 11111111 1100000 110001 0 111110 1010001 0 1110 1100100 111100

Color Harmonies of #FF6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6031

Black with #FF6031

Text Example


Text Example

White with #FF6031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6031; }

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

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

background-color css

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

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

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

border-color css

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

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

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