Shades of Burnt Orange #FB692D
Tints of Burnt Orange #FB692D
RGB
CMYK
RGB Variations
Color information
#FB692D (or 0xFB692D) is known color: Burnt Orange. HEX triplet: FB, 69 and 2D. RGB value is (251,105,45). Sum of RGB (Red+Green+Blue) = 251+105+45=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB692D is #0496D2. Grayscale: #8E8E8E. Windows color (decimal): -300755 or 2976251. OLE color: 2976251.
HSL color Cylindrical-coordinate representation of color #FB692D: hue angle of 17.48º 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 #FB692D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.02 |
| HSL | 17.48º | 0.96% | 0.58% | - |
| HSV(B) | 17.48º | 0.82% | 0.98% | - |
| XYZ | 45.31 | 30.8 | 6.04 | - |
| YUV | 141.81 | 73.37 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 45 | 0 | 0.58 | 0.82 | 0.02 | 17.48 | 0.96 | 0.58 |
| Hex | FB | 69 | 2D | 0 | 3A | 52 | 2 | 11 | 60 | 3A |
| Octal | 373 | 151 | 55 | 0 | 72 | 122 | 2 | 21 | 140 | 72 |
| Binary | 11111011 | 1101001 | 101101 | 0 | 111010 | 1010010 | 10 | 10001 | 1100000 | 111010 |
Color Harmonies of #FB692D
Complementary color
Monochromatic Colors of #FB692D
Black with #FB692D
Text Example
Text Example
White with #FB692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB692D; }
p { color: rgb(251,105,45); }
H1.HeaderClassName
{
color: #FB692D;
}
.AnyTagClassName
{
color: #FB692D;
}
</style>
background-color css
<style>
a { background-color: #FB692D; }
a { background-color: rgb(251,105,45); }
div.DivClassName
{
background-color: #FB692D;
}
.BgClassName
{
background-color: #FB692D;
}
</style>
border-color css
<style>
span { border-color: #FB692D; }
span { border-color: rgb(251,105,45); }
td.TdClassName
{
border-color: #FB692D;
}
.TagClassName
{
border-color: #FB692D;
}
</style>