Shades of Burnt Orange #FD7B2D
Tints of Burnt Orange #FD7B2D
RGB
CMYK
RGB Variations
Color information
#FD7B2D (or 0xFD7B2D) is known color: Burnt Orange. HEX triplet: FD, 7B and 2D. RGB value is (253,123,45). Sum of RGB (Red+Green+Blue) = 253+123+45=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7B2D is #0284D2. Grayscale: #999999. Windows color (decimal): -165075 or 2980861. OLE color: 2980861.
HSL color Cylindrical-coordinate representation of color #FD7B2D: hue angle of 22.5º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD7B2D is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 45 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.01 |
| HSL | 22.5º | 0.98% | 0.58% | - |
| HSV(B) | 22.5º | 0.82% | 0.99% | - |
| XYZ | 48.06 | 35.24 | 6.75 | - |
| YUV | 152.98 | 67.07 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 45 | 0 | 0.51 | 0.82 | 0.01 | 22.5 | 0.98 | 0.58 |
| Hex | FD | 7B | 2D | 0 | 33 | 52 | 1 | 16 | 62 | 3A |
| Octal | 375 | 173 | 55 | 0 | 63 | 122 | 1 | 26 | 142 | 72 |
| Binary | 11111101 | 1111011 | 101101 | 0 | 110011 | 1010010 | 1 | 10110 | 1100010 | 111010 |
Color Harmonies of #FD7B2D
Complementary color
Monochromatic Colors of #FD7B2D
Black with #FD7B2D
Text Example
Text Example
White with #FD7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B2D; }
p { color: rgb(253,123,45); }
H1.HeaderClassName
{
color: #FD7B2D;
}
.AnyTagClassName
{
color: #FD7B2D;
}
</style>
background-color css
<style>
a { background-color: #FD7B2D; }
a { background-color: rgb(253,123,45); }
div.DivClassName
{
background-color: #FD7B2D;
}
.BgClassName
{
background-color: #FD7B2D;
}
</style>
border-color css
<style>
span { border-color: #FD7B2D; }
span { border-color: rgb(253,123,45); }
td.TdClassName
{
border-color: #FD7B2D;
}
.TagClassName
{
border-color: #FD7B2D;
}
</style>