Shades of Burnt Orange #FF7F2D
Tints of Burnt Orange #FF7F2D
RGB
CMYK
RGB Variations
Color information
#FF7F2D (or 0xFF7F2D) is known color: Burnt Orange. HEX triplet: FF, 7F and 2D. RGB value is (255,127,45). Sum of RGB (Red+Green+Blue) = 255+127+45=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F2D is #0080D2. Grayscale: #9C9C9C. Windows color (decimal): -32979 or 2981887. OLE color: 2981887.
HSL color Cylindrical-coordinate representation of color #FF7F2D: hue angle of 23.43º 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 #FF7F2D is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 45 | - |
| CMYK | 0 | 0.50 | 0.82 | 0 |
| HSL | 23.43º | 1% | 0.59% | - |
| HSV(B) | 23.43º | 0.82% | 1% | - |
| XYZ | 49.3 | 36.63 | 6.95 | - |
| YUV | 155.92 | 65.41 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 45 | 0 | 0.50 | 0.82 | 0 | 23.43 | 1 | 0.59 |
| Hex | FF | 7F | 2D | 0 | 32 | 52 | 0 | 17 | 64 | 3B |
| Octal | 377 | 177 | 55 | 0 | 62 | 122 | 0 | 27 | 144 | 73 |
| Binary | 11111111 | 1111111 | 101101 | 0 | 110010 | 1010010 | 0 | 10111 | 1100100 | 111011 |
Color Harmonies of #FF7F2D
Complementary color
Monochromatic Colors of #FF7F2D
Black with #FF7F2D
Text Example
Text Example
White with #FF7F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F2D; }
p { color: rgb(255,127,45); }
H1.HeaderClassName
{
color: #FF7F2D;
}
.AnyTagClassName
{
color: #FF7F2D;
}
</style>
background-color css
<style>
a { background-color: #FF7F2D; }
a { background-color: rgb(255,127,45); }
div.DivClassName
{
background-color: #FF7F2D;
}
.BgClassName
{
background-color: #FF7F2D;
}
</style>
border-color css
<style>
span { border-color: #FF7F2D; }
span { border-color: rgb(255,127,45); }
td.TdClassName
{
border-color: #FF7F2D;
}
.TagClassName
{
border-color: #FF7F2D;
}
</style>