Shades of Burnt Orange #FB742D
Tints of Burnt Orange #FB742D
RGB
CMYK
RGB Variations
Color information
#FB742D (or 0xFB742D) is known color: Burnt Orange. HEX triplet: FB, 74 and 2D. RGB value is (251,116,45). Sum of RGB (Red+Green+Blue) = 251+116+45=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB742D is #048BD2. Grayscale: #949494. Windows color (decimal): -297939 or 2979067. OLE color: 2979067.
HSL color Cylindrical-coordinate representation of color #FB742D: hue angle of 20.68º 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 #FB742D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.02 |
| HSL | 20.68º | 0.96% | 0.58% | - |
| HSV(B) | 20.68º | 0.82% | 0.98% | - |
| XYZ | 46.5 | 33.19 | 6.44 | - |
| YUV | 148.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 45 | 0 | 0.54 | 0.82 | 0.02 | 20.68 | 0.96 | 0.58 |
| Hex | FB | 74 | 2D | 0 | 36 | 52 | 2 | 15 | 60 | 3A |
| Octal | 373 | 164 | 55 | 0 | 66 | 122 | 2 | 25 | 140 | 72 |
| Binary | 11111011 | 1110100 | 101101 | 0 | 110110 | 1010010 | 10 | 10101 | 1100000 | 111010 |
Color Harmonies of #FB742D
Complementary color
Monochromatic Colors of #FB742D
Black with #FB742D
Text Example
Text Example
White with #FB742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB742D; }
p { color: rgb(251,116,45); }
H1.HeaderClassName
{
color: #FB742D;
}
.AnyTagClassName
{
color: #FB742D;
}
</style>
background-color css
<style>
a { background-color: #FB742D; }
a { background-color: rgb(251,116,45); }
div.DivClassName
{
background-color: #FB742D;
}
.BgClassName
{
background-color: #FB742D;
}
</style>
border-color css
<style>
span { border-color: #FB742D; }
span { border-color: rgb(251,116,45); }
td.TdClassName
{
border-color: #FB742D;
}
.TagClassName
{
border-color: #FB742D;
}
</style>