Shades of Burnt Orange #FF7B2C
Tints of Burnt Orange #FF7B2C
RGB
CMYK
RGB Variations
Color information
#FF7B2C (or 0xFF7B2C) is known color: Burnt Orange. HEX triplet: FF, 7B and 2C. RGB value is (255,123,44). Sum of RGB (Red+Green+Blue) = 255+123+44=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B2C is #0084D3. Grayscale: #999999. Windows color (decimal): -34004 or 2915327. OLE color: 2915327.
HSL color Cylindrical-coordinate representation of color #FF7B2C: hue angle of 22.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF7B2C is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 44 | - |
| CMYK | 0 | 0.52 | 0.83 | 0 |
| HSL | 22.46º | 1% | 0.59% | - |
| HSV(B) | 22.46º | 0.83% | 1% | - |
| XYZ | 48.78 | 35.61 | 6.68 | - |
| YUV | 153.46 | 66.23 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 44 | 0 | 0.52 | 0.83 | 0 | 22.46 | 1 | 0.59 |
| Hex | FF | 7B | 2C | 0 | 34 | 53 | 0 | 16 | 64 | 3B |
| Octal | 377 | 173 | 54 | 0 | 64 | 123 | 0 | 26 | 144 | 73 |
| Binary | 11111111 | 1111011 | 101100 | 0 | 110100 | 1010011 | 0 | 10110 | 1100100 | 111011 |
Color Harmonies of #FF7B2C
Complementary color
Monochromatic Colors of #FF7B2C
Black with #FF7B2C
Text Example
Text Example
White with #FF7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B2C; }
p { color: rgb(255,123,44); }
H1.HeaderClassName
{
color: #FF7B2C;
}
.AnyTagClassName
{
color: #FF7B2C;
}
</style>
background-color css
<style>
a { background-color: #FF7B2C; }
a { background-color: rgb(255,123,44); }
div.DivClassName
{
background-color: #FF7B2C;
}
.BgClassName
{
background-color: #FF7B2C;
}
</style>
border-color css
<style>
span { border-color: #FF7B2C; }
span { border-color: rgb(255,123,44); }
td.TdClassName
{
border-color: #FF7B2C;
}
.TagClassName
{
border-color: #FF7B2C;
}
</style>