Shades of Burnt Orange #FF7B2D
Tints of Burnt Orange #FF7B2D
RGB
CMYK
RGB Variations
Color information
#FF7B2D (or 0xFF7B2D) is known color: Burnt Orange. HEX triplet: FF, 7B and 2D. RGB value is (255,123,45). Sum of RGB (Red+Green+Blue) = 255+123+45=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B2D is #0084D2. Grayscale: #9A9A9A. Windows color (decimal): -34003 or 2980863. OLE color: 2980863.
HSL color Cylindrical-coordinate representation of color #FF7B2D: hue angle of 22.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF7B2D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 45 | - |
| CMYK | 0 | 0.52 | 0.82 | 0 |
| HSL | 22.29º | 1% | 0.59% | - |
| HSV(B) | 22.29º | 0.82% | 1% | - |
| XYZ | 48.8 | 35.62 | 6.79 | - |
| YUV | 153.58 | 66.73 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 45 | 0 | 0.52 | 0.82 | 0 | 22.29 | 1 | 0.59 |
| Hex | FF | 7B | 2D | 0 | 34 | 52 | 0 | 16 | 64 | 3B |
| Octal | 377 | 173 | 55 | 0 | 64 | 122 | 0 | 26 | 144 | 73 |
| Binary | 11111111 | 1111011 | 101101 | 0 | 110100 | 1010010 | 0 | 10110 | 1100100 | 111011 |
Color Harmonies of #FF7B2D
Complementary color
Monochromatic Colors of #FF7B2D
Black with #FF7B2D
Text Example
Text Example
White with #FF7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B2D; }
p { color: rgb(255,123,45); }
H1.HeaderClassName
{
color: #FF7B2D;
}
.AnyTagClassName
{
color: #FF7B2D;
}
</style>
background-color css
<style>
a { background-color: #FF7B2D; }
a { background-color: rgb(255,123,45); }
div.DivClassName
{
background-color: #FF7B2D;
}
.BgClassName
{
background-color: #FF7B2D;
}
</style>
border-color css
<style>
span { border-color: #FF7B2D; }
span { border-color: rgb(255,123,45); }
td.TdClassName
{
border-color: #FF7B2D;
}
.TagClassName
{
border-color: #FF7B2D;
}
</style>