Shades of Burnt Orange #FF7B3C
Tints of Burnt Orange #FF7B3C
RGB
CMYK
RGB Variations
Color information
#FF7B3C (or 0xFF7B3C) is known color: Burnt Orange. HEX triplet: FF, 7B and 3C. RGB value is (255,123,60). Sum of RGB (Red+Green+Blue) = 255+123+60=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B3C is #0084C3. Grayscale: #9B9B9B. Windows color (decimal): -33988 or 3963903. OLE color: 3963903.
HSL color Cylindrical-coordinate representation of color #FF7B3C: hue angle of 19.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF7B3C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 60 | - |
| CMYK | 0 | 0.52 | 0.76 | 0 |
| HSL | 19.38º | 1% | 0.62% | - |
| HSV(B) | 19.38º | 0.76% | 1% | - |
| XYZ | 49.14 | 35.75 | 8.59 | - |
| YUV | 155.29 | 74.23 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 60 | 0 | 0.52 | 0.76 | 0 | 19.38 | 1 | 0.62 |
| Hex | FF | 7B | 3C | 0 | 34 | 4C | 0 | 13 | 64 | 3E |
| Octal | 377 | 173 | 74 | 0 | 64 | 114 | 0 | 23 | 144 | 76 |
| Binary | 11111111 | 1111011 | 111100 | 0 | 110100 | 1001100 | 0 | 10011 | 1100100 | 111110 |
Color Harmonies of #FF7B3C
Complementary color
Monochromatic Colors of #FF7B3C
Black with #FF7B3C
Text Example
Text Example
White with #FF7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B3C; }
p { color: rgb(255,123,60); }
H1.HeaderClassName
{
color: #FF7B3C;
}
.AnyTagClassName
{
color: #FF7B3C;
}
</style>
background-color css
<style>
a { background-color: #FF7B3C; }
a { background-color: rgb(255,123,60); }
div.DivClassName
{
background-color: #FF7B3C;
}
.BgClassName
{
background-color: #FF7B3C;
}
</style>
border-color css
<style>
span { border-color: #FF7B3C; }
span { border-color: rgb(255,123,60); }
td.TdClassName
{
border-color: #FF7B3C;
}
.TagClassName
{
border-color: #FF7B3C;
}
</style>