Shades of Burnt Orange #FF7F30
Tints of Burnt Orange #FF7F30
RGB
CMYK
RGB Variations
Color information
#FF7F30 (or 0xFF7F30) is known color: Burnt Orange. HEX triplet: FF, 7F and 30. RGB value is (255,127,48). Sum of RGB (Red+Green+Blue) = 255+127+48=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F30 is #0080CF. Grayscale: #9C9C9C. Windows color (decimal): -32976 or 3178495. OLE color: 3178495.
HSL color Cylindrical-coordinate representation of color #FF7F30: hue angle of 22.9º 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 #FF7F30 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 48 | - |
| CMYK | 0 | 0.50 | 0.81 | 0 |
| HSL | 22.9º | 1% | 0.59% | - |
| HSV(B) | 22.9º | 0.81% | 1% | - |
| XYZ | 49.36 | 36.65 | 7.27 | - |
| YUV | 156.27 | 66.91 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 48 | 0 | 0.50 | 0.81 | 0 | 22.9 | 1 | 0.59 |
| Hex | FF | 7F | 30 | 0 | 32 | 51 | 0 | 17 | 64 | 3B |
| Octal | 377 | 177 | 60 | 0 | 62 | 121 | 0 | 27 | 144 | 73 |
| Binary | 11111111 | 1111111 | 110000 | 0 | 110010 | 1010001 | 0 | 10111 | 1100100 | 111011 |
Color Harmonies of #FF7F30
Complementary color
Monochromatic Colors of #FF7F30
Black with #FF7F30
Text Example
Text Example
White with #FF7F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F30; }
p { color: rgb(255,127,48); }
H1.HeaderClassName
{
color: #FF7F30;
}
.AnyTagClassName
{
color: #FF7F30;
}
</style>
background-color css
<style>
a { background-color: #FF7F30; }
a { background-color: rgb(255,127,48); }
div.DivClassName
{
background-color: #FF7F30;
}
.BgClassName
{
background-color: #FF7F30;
}
</style>
border-color css
<style>
span { border-color: #FF7F30; }
span { border-color: rgb(255,127,48); }
td.TdClassName
{
border-color: #FF7F30;
}
.TagClassName
{
border-color: #FF7F30;
}
</style>