Shades of Outrageous Orange #FF6A3E
Tints of Outrageous Orange #FF6A3E
RGB
CMYK
RGB Variations
Color information
#FF6A3E (or 0xFF6A3E) is known color: Outrageous Orange. HEX triplet: FF, 6A and 3E. RGB value is (255,106,62). Sum of RGB (Red+Green+Blue) = 255+106+62=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A3E is #0095C1. Grayscale: #919191. Windows color (decimal): -38338 or 4090623. OLE color: 4090623.
HSL color Cylindrical-coordinate representation of color #FF6A3E: hue angle of 13.68º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF6A3E is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 62 | - |
| CMYK | 0 | 0.58 | 0.76 | 0 |
| HSL | 13.68º | 1% | 0.62% | - |
| HSV(B) | 13.68º | 0.76% | 1% | - |
| XYZ | 47.26 | 31.92 | 8.23 | - |
| YUV | 145.54 | 80.86 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 62 | 0 | 0.58 | 0.76 | 0 | 13.68 | 1 | 0.62 |
| Hex | FF | 6A | 3E | 0 | 3A | 4C | 0 | E | 64 | 3E |
| Octal | 377 | 152 | 76 | 0 | 72 | 114 | 0 | 16 | 144 | 76 |
| Binary | 11111111 | 1101010 | 111110 | 0 | 111010 | 1001100 | 0 | 1110 | 1100100 | 111110 |
Color Harmonies of #FF6A3E
Complementary color
Monochromatic Colors of #FF6A3E
Black with #FF6A3E
Text Example
Text Example
White with #FF6A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A3E; }
p { color: rgb(255,106,62); }
H1.HeaderClassName
{
color: #FF6A3E;
}
.AnyTagClassName
{
color: #FF6A3E;
}
</style>
background-color css
<style>
a { background-color: #FF6A3E; }
a { background-color: rgb(255,106,62); }
div.DivClassName
{
background-color: #FF6A3E;
}
.BgClassName
{
background-color: #FF6A3E;
}
</style>
border-color css
<style>
span { border-color: #FF6A3E; }
span { border-color: rgb(255,106,62); }
td.TdClassName
{
border-color: #FF6A3E;
}
.TagClassName
{
border-color: #FF6A3E;
}
</style>