Shades of Burnt Orange #FF7B30
Tints of Burnt Orange #FF7B30
RGB
CMYK
RGB Variations
Color information
#FF7B30 (or 0xFF7B30) is known color: Burnt Orange. HEX triplet: FF, 7B and 30. RGB value is (255,123,48). Sum of RGB (Red+Green+Blue) = 255+123+48=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B30 is #0084CF. Grayscale: #9A9A9A. Windows color (decimal): -34000 or 3177471. OLE color: 3177471.
HSL color Cylindrical-coordinate representation of color #FF7B30: hue angle of 21.74º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF7B30 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 48 | - |
| CMYK | 0 | 0.52 | 0.81 | 0 |
| HSL | 21.74º | 1% | 0.59% | - |
| HSV(B) | 21.74º | 0.81% | 1% | - |
| XYZ | 48.86 | 35.64 | 7.1 | - |
| YUV | 153.92 | 68.23 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 48 | 0 | 0.52 | 0.81 | 0 | 21.74 | 1 | 0.59 |
| Hex | FF | 7B | 30 | 0 | 34 | 51 | 0 | 16 | 64 | 3B |
| Octal | 377 | 173 | 60 | 0 | 64 | 121 | 0 | 26 | 144 | 73 |
| Binary | 11111111 | 1111011 | 110000 | 0 | 110100 | 1010001 | 0 | 10110 | 1100100 | 111011 |
Color Harmonies of #FF7B30
Complementary color
Monochromatic Colors of #FF7B30
Black with #FF7B30
Text Example
Text Example
White with #FF7B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B30; }
p { color: rgb(255,123,48); }
H1.HeaderClassName
{
color: #FF7B30;
}
.AnyTagClassName
{
color: #FF7B30;
}
</style>
background-color css
<style>
a { background-color: #FF7B30; }
a { background-color: rgb(255,123,48); }
div.DivClassName
{
background-color: #FF7B30;
}
.BgClassName
{
background-color: #FF7B30;
}
</style>
border-color css
<style>
span { border-color: #FF7B30; }
span { border-color: rgb(255,123,48); }
td.TdClassName
{
border-color: #FF7B30;
}
.TagClassName
{
border-color: #FF7B30;
}
</style>