Shades of Burnt Orange #FF662A
Tints of Burnt Orange #FF662A
RGB
CMYK
RGB Variations
Color information
#FF662A (or 0xFF662A) is known color: Burnt Orange. HEX triplet: FF, 66 and 2A. RGB value is (255,102,42). Sum of RGB (Red+Green+Blue) = 255+102+42=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF662A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF662A is #0099D5. Grayscale: #8D8D8D. Windows color (decimal): -39382 or 2778879. OLE color: 2778879.
HSL color Cylindrical-coordinate representation of color #FF662A: hue angle of 16.9º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF662A is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 42 | - |
| CMYK | 0 | 0.6 | 0.84 | 0 |
| HSL | 16.9º | 1% | 0.58% | - |
| HSV(B) | 16.9º | 0.84% | 1% | - |
| XYZ | 46.41 | 30.93 | 5.71 | - |
| YUV | 140.91 | 72.19 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 42 | 0 | 0.6 | 0.84 | 0 | 16.9 | 1 | 0.58 |
| Hex | FF | 66 | 2A | 0 | 3C | 54 | 0 | 11 | 64 | 3A |
| Octal | 377 | 146 | 52 | 0 | 74 | 124 | 0 | 21 | 144 | 72 |
| Binary | 11111111 | 1100110 | 101010 | 0 | 111100 | 1010100 | 0 | 10001 | 1100100 | 111010 |
Color Harmonies of #FF662A
Complementary color
Monochromatic Colors of #FF662A
Black with #FF662A
Text Example
Text Example
White with #FF662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF662A; }
p { color: rgb(255,102,42); }
H1.HeaderClassName
{
color: #FF662A;
}
.AnyTagClassName
{
color: #FF662A;
}
</style>
background-color css
<style>
a { background-color: #FF662A; }
a { background-color: rgb(255,102,42); }
div.DivClassName
{
background-color: #FF662A;
}
.BgClassName
{
background-color: #FF662A;
}
</style>
border-color css
<style>
span { border-color: #FF662A; }
span { border-color: rgb(255,102,42); }
td.TdClassName
{
border-color: #FF662A;
}
.TagClassName
{
border-color: #FF662A;
}
</style>