Shades of Burnt Orange #FB713D
Tints of Burnt Orange #FB713D
RGB
CMYK
RGB Variations
Color information
#FB713D (or 0xFB713D) is known color: Burnt Orange. HEX triplet: FB, 71 and 3D. RGB value is (251,113,61). Sum of RGB (Red+Green+Blue) = 251+113+61=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB713D is #048EC2. Grayscale: #949494. Windows color (decimal): -298691 or 4026875. OLE color: 4026875.
HSL color Cylindrical-coordinate representation of color #FB713D: hue angle of 16.42º 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 #FB713D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 61 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.02 |
| HSL | 16.42º | 0.96% | 0.61% | - |
| HSV(B) | 16.42º | 0.76% | 0.98% | - |
| XYZ | 46.53 | 32.66 | 8.27 | - |
| YUV | 148.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 61 | 0 | 0.55 | 0.76 | 0.02 | 16.42 | 0.96 | 0.61 |
| Hex | FB | 71 | 3D | 0 | 37 | 4C | 2 | 10 | 60 | 3D |
| Octal | 373 | 161 | 75 | 0 | 67 | 114 | 2 | 20 | 140 | 75 |
| Binary | 11111011 | 1110001 | 111101 | 0 | 110111 | 1001100 | 10 | 10000 | 1100000 | 111101 |
Color Harmonies of #FB713D
Complementary color
Monochromatic Colors of #FB713D
Black with #FB713D
Text Example
Text Example
White with #FB713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB713D; }
p { color: rgb(251,113,61); }
H1.HeaderClassName
{
color: #FB713D;
}
.AnyTagClassName
{
color: #FB713D;
}
</style>
background-color css
<style>
a { background-color: #FB713D; }
a { background-color: rgb(251,113,61); }
div.DivClassName
{
background-color: #FB713D;
}
.BgClassName
{
background-color: #FB713D;
}
</style>
border-color css
<style>
span { border-color: #FB713D; }
span { border-color: rgb(251,113,61); }
td.TdClassName
{
border-color: #FB713D;
}
.TagClassName
{
border-color: #FB713D;
}
</style>