Shades of Burnt Orange #FF7830
Tints of Burnt Orange #FF7830
RGB
CMYK
RGB Variations
Color information
#FF7830 (or 0xFF7830) is known color: Burnt Orange. HEX triplet: FF, 78 and 30. RGB value is (255,120,48). Sum of RGB (Red+Green+Blue) = 255+120+48=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7830 is #0087CF. Grayscale: #989898. Windows color (decimal): -34768 or 3176703. OLE color: 3176703.
HSL color Cylindrical-coordinate representation of color #FF7830: hue angle of 20.87º 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 #FF7830 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 48 | - |
| CMYK | 0 | 0.53 | 0.81 | 0 |
| HSL | 20.87º | 1% | 0.59% | - |
| HSV(B) | 20.87º | 0.81% | 1% | - |
| XYZ | 48.49 | 34.91 | 6.98 | - |
| YUV | 152.16 | 69.23 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 48 | 0 | 0.53 | 0.81 | 0 | 20.87 | 1 | 0.59 |
| Hex | FF | 78 | 30 | 0 | 35 | 51 | 0 | 15 | 64 | 3B |
| Octal | 377 | 170 | 60 | 0 | 65 | 121 | 0 | 25 | 144 | 73 |
| Binary | 11111111 | 1111000 | 110000 | 0 | 110101 | 1010001 | 0 | 10101 | 1100100 | 111011 |
Color Harmonies of #FF7830
Complementary color
Monochromatic Colors of #FF7830
Black with #FF7830
Text Example
Text Example
White with #FF7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7830; }
p { color: rgb(255,120,48); }
H1.HeaderClassName
{
color: #FF7830;
}
.AnyTagClassName
{
color: #FF7830;
}
</style>
background-color css
<style>
a { background-color: #FF7830; }
a { background-color: rgb(255,120,48); }
div.DivClassName
{
background-color: #FF7830;
}
.BgClassName
{
background-color: #FF7830;
}
</style>
border-color css
<style>
span { border-color: #FF7830; }
span { border-color: rgb(255,120,48); }
td.TdClassName
{
border-color: #FF7830;
}
.TagClassName
{
border-color: #FF7830;
}
</style>