Shades of Burnt Orange #FA6B2B
Tints of Burnt Orange #FA6B2B
RGB
CMYK
RGB Variations
Color information
#FA6B2B (or 0xFA6B2B) is known color: Burnt Orange. HEX triplet: FA, 6B and 2B. RGB value is (250,107,43). Sum of RGB (Red+Green+Blue) = 250+107+43=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B2B is #0594D4. Grayscale: #8E8E8E. Windows color (decimal): -365781 or 2845690. OLE color: 2845690.
HSL color Cylindrical-coordinate representation of color #FA6B2B: hue angle of 18.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA6B2B is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 43 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.02 |
| HSL | 18.55º | 0.95% | 0.57% | - |
| HSV(B) | 18.55º | 0.83% | 0.98% | - |
| XYZ | 45.12 | 31.01 | 5.89 | - |
| YUV | 142.46 | 71.88 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 43 | 0 | 0.57 | 0.83 | 0.02 | 18.55 | 0.95 | 0.57 |
| Hex | FA | 6B | 2B | 0 | 39 | 53 | 2 | 13 | 5F | 39 |
| Octal | 372 | 153 | 53 | 0 | 71 | 123 | 2 | 23 | 137 | 71 |
| Binary | 11111010 | 1101011 | 101011 | 0 | 111001 | 1010011 | 10 | 10011 | 1011111 | 111001 |
Color Harmonies of #FA6B2B
Complementary color
Monochromatic Colors of #FA6B2B
Black with #FA6B2B
Text Example
Text Example
White with #FA6B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B2B; }
p { color: rgb(250,107,43); }
H1.HeaderClassName
{
color: #FA6B2B;
}
.AnyTagClassName
{
color: #FA6B2B;
}
</style>
background-color css
<style>
a { background-color: #FA6B2B; }
a { background-color: rgb(250,107,43); }
div.DivClassName
{
background-color: #FA6B2B;
}
.BgClassName
{
background-color: #FA6B2B;
}
</style>
border-color css
<style>
span { border-color: #FA6B2B; }
span { border-color: rgb(250,107,43); }
td.TdClassName
{
border-color: #FA6B2B;
}
.TagClassName
{
border-color: #FA6B2B;
}
</style>