Shades of Burnt Orange #FB662D
Tints of Burnt Orange #FB662D
RGB
CMYK
RGB Variations
Color information
#FB662D (or 0xFB662D) is known color: Burnt Orange. HEX triplet: FB, 66 and 2D. RGB value is (251,102,45). Sum of RGB (Red+Green+Blue) = 251+102+45=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB662D is #0499D2. Grayscale: #8C8C8C. Windows color (decimal): -301523 or 2975483. OLE color: 2975483.
HSL color Cylindrical-coordinate representation of color #FB662D: hue angle of 16.6º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB662D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 45 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.02 |
| HSL | 16.6º | 0.96% | 0.58% | - |
| HSV(B) | 16.6º | 0.82% | 0.98% | - |
| XYZ | 45.01 | 30.2 | 5.94 | - |
| YUV | 140.05 | 74.36 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 45 | 0 | 0.59 | 0.82 | 0.02 | 16.6 | 0.96 | 0.58 |
| Hex | FB | 66 | 2D | 0 | 3B | 52 | 2 | 11 | 60 | 3A |
| Octal | 373 | 146 | 55 | 0 | 73 | 122 | 2 | 21 | 140 | 72 |
| Binary | 11111011 | 1100110 | 101101 | 0 | 111011 | 1010010 | 10 | 10001 | 1100000 | 111010 |
Color Harmonies of #FB662D
Complementary color
Monochromatic Colors of #FB662D
Black with #FB662D
Text Example
Text Example
White with #FB662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB662D; }
p { color: rgb(251,102,45); }
H1.HeaderClassName
{
color: #FB662D;
}
.AnyTagClassName
{
color: #FB662D;
}
</style>
background-color css
<style>
a { background-color: #FB662D; }
a { background-color: rgb(251,102,45); }
div.DivClassName
{
background-color: #FB662D;
}
.BgClassName
{
background-color: #FB662D;
}
</style>
border-color css
<style>
span { border-color: #FB662D; }
span { border-color: rgb(251,102,45); }
td.TdClassName
{
border-color: #FB662D;
}
.TagClassName
{
border-color: #FB662D;
}
</style>