Shades of Burnt Orange #FB7430
Tints of Burnt Orange #FB7430
RGB
CMYK
RGB Variations
Color information
#FB7430 (or 0xFB7430) is known color: Burnt Orange. HEX triplet: FB, 74 and 30. RGB value is (251,116,48). Sum of RGB (Red+Green+Blue) = 251+116+48=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7430 is #048BCF. Grayscale: #959595. Windows color (decimal): -297936 or 3175675. OLE color: 3175675.
HSL color Cylindrical-coordinate representation of color #FB7430: hue angle of 20.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB7430 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 48 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.02 |
| HSL | 20.1º | 0.96% | 0.59% | - |
| HSV(B) | 20.1º | 0.81% | 0.98% | - |
| XYZ | 46.56 | 33.21 | 6.75 | - |
| YUV | 148.61 | 71.23 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 48 | 0 | 0.54 | 0.81 | 0.02 | 20.1 | 0.96 | 0.59 |
| Hex | FB | 74 | 30 | 0 | 36 | 51 | 2 | 14 | 60 | 3B |
| Octal | 373 | 164 | 60 | 0 | 66 | 121 | 2 | 24 | 140 | 73 |
| Binary | 11111011 | 1110100 | 110000 | 0 | 110110 | 1010001 | 10 | 10100 | 1100000 | 111011 |
Color Harmonies of #FB7430
Complementary color
Monochromatic Colors of #FB7430
Black with #FB7430
Text Example
Text Example
White with #FB7430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7430; }
p { color: rgb(251,116,48); }
H1.HeaderClassName
{
color: #FB7430;
}
.AnyTagClassName
{
color: #FB7430;
}
</style>
background-color css
<style>
a { background-color: #FB7430; }
a { background-color: rgb(251,116,48); }
div.DivClassName
{
background-color: #FB7430;
}
.BgClassName
{
background-color: #FB7430;
}
</style>
border-color css
<style>
span { border-color: #FB7430; }
span { border-color: rgb(251,116,48); }
td.TdClassName
{
border-color: #FB7430;
}
.TagClassName
{
border-color: #FB7430;
}
</style>