Shades of Burnt Orange #FF7B3F
Tints of Burnt Orange #FF7B3F
RGB
CMYK
RGB Variations
Color information
#FF7B3F (or 0xFF7B3F) is known color: Burnt Orange. HEX triplet: FF, 7B and 3F. RGB value is (255,123,63). Sum of RGB (Red+Green+Blue) = 255+123+63=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B3F is #0084C0. Grayscale: #9C9C9C. Windows color (decimal): -33985 or 4160511. OLE color: 4160511.
HSL color Cylindrical-coordinate representation of color #FF7B3F: hue angle of 18.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF7B3F is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 63 | - |
| CMYK | 0 | 0.52 | 0.75 | 0 |
| HSL | 18.75º | 1% | 0.62% | - |
| HSV(B) | 18.75º | 0.75% | 1% | - |
| XYZ | 49.22 | 35.78 | 9.02 | - |
| YUV | 155.63 | 75.73 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 63 | 0 | 0.52 | 0.75 | 0 | 18.75 | 1 | 0.62 |
| Hex | FF | 7B | 3F | 0 | 34 | 4B | 0 | 13 | 64 | 3E |
| Octal | 377 | 173 | 77 | 0 | 64 | 113 | 0 | 23 | 144 | 76 |
| Binary | 11111111 | 1111011 | 111111 | 0 | 110100 | 1001011 | 0 | 10011 | 1100100 | 111110 |
Color Harmonies of #FF7B3F
Complementary color
Monochromatic Colors of #FF7B3F
Black with #FF7B3F
Text Example
Text Example
White with #FF7B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B3F; }
p { color: rgb(255,123,63); }
H1.HeaderClassName
{
color: #FF7B3F;
}
.AnyTagClassName
{
color: #FF7B3F;
}
</style>
background-color css
<style>
a { background-color: #FF7B3F; }
a { background-color: rgb(255,123,63); }
div.DivClassName
{
background-color: #FF7B3F;
}
.BgClassName
{
background-color: #FF7B3F;
}
</style>
border-color css
<style>
span { border-color: #FF7B3F; }
span { border-color: rgb(255,123,63); }
td.TdClassName
{
border-color: #FF7B3F;
}
.TagClassName
{
border-color: #FF7B3F;
}
</style>