Shades of Burnt Orange #FB743D
Tints of Burnt Orange #FB743D
RGB
CMYK
RGB Variations
Color information
#FB743D (or 0xFB743D) is known color: Burnt Orange. HEX triplet: FB, 74 and 3D. RGB value is (251,116,61). Sum of RGB (Red+Green+Blue) = 251+116+61=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB743D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB743D is #048BC2. Grayscale: #969696. Windows color (decimal): -297923 or 4027643. OLE color: 4027643.
HSL color Cylindrical-coordinate representation of color #FB743D: hue angle of 17.37º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB743D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 61 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.02 |
| HSL | 17.37º | 0.96% | 0.61% | - |
| HSV(B) | 17.37º | 0.76% | 0.98% | - |
| XYZ | 46.87 | 33.34 | 8.38 | - |
| YUV | 150.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 61 | 0 | 0.54 | 0.76 | 0.02 | 17.37 | 0.96 | 0.61 |
| Hex | FB | 74 | 3D | 0 | 36 | 4C | 2 | 11 | 60 | 3D |
| Octal | 373 | 164 | 75 | 0 | 66 | 114 | 2 | 21 | 140 | 75 |
| Binary | 11111011 | 1110100 | 111101 | 0 | 110110 | 1001100 | 10 | 10001 | 1100000 | 111101 |
Color Harmonies of #FB743D
Complementary color
Monochromatic Colors of #FB743D
Black with #FB743D
Text Example
Text Example
White with #FB743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB743D; }
p { color: rgb(251,116,61); }
H1.HeaderClassName
{
color: #FB743D;
}
.AnyTagClassName
{
color: #FB743D;
}
</style>
background-color css
<style>
a { background-color: #FB743D; }
a { background-color: rgb(251,116,61); }
div.DivClassName
{
background-color: #FB743D;
}
.BgClassName
{
background-color: #FB743D;
}
</style>
border-color css
<style>
span { border-color: #FB743D; }
span { border-color: rgb(251,116,61); }
td.TdClassName
{
border-color: #FB743D;
}
.TagClassName
{
border-color: #FB743D;
}
</style>