Shades of Burnt Orange #FA6933
Tints of Burnt Orange #FA6933
RGB
CMYK
RGB Variations
Color information
#FA6933 (or 0xFA6933) is known color: Burnt Orange. HEX triplet: FA, 69 and 33. RGB value is (250,105,51). Sum of RGB (Red+Green+Blue) = 250+105+51=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6933 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6933 is #0596CC. Grayscale: #8E8E8E. Windows color (decimal): -366285 or 3369466. OLE color: 3369466.
HSL color Cylindrical-coordinate representation of color #FA6933: hue angle of 16.28º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA6933 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 51 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.02 |
| HSL | 16.28º | 0.95% | 0.59% | - |
| HSV(B) | 16.28º | 0.8% | 0.98% | - |
| XYZ | 45.07 | 30.67 | 6.68 | - |
| YUV | 142.2 | 76.54 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 51 | 0 | 0.58 | 0.80 | 0.02 | 16.28 | 0.95 | 0.59 |
| Hex | FA | 69 | 33 | 0 | 3A | 50 | 2 | 10 | 5F | 3B |
| Octal | 372 | 151 | 63 | 0 | 72 | 120 | 2 | 20 | 137 | 73 |
| Binary | 11111010 | 1101001 | 110011 | 0 | 111010 | 1010000 | 10 | 10000 | 1011111 | 111011 |
Color Harmonies of #FA6933
Complementary color
Monochromatic Colors of #FA6933
Black with #FA6933
Text Example
Text Example
White with #FA6933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6933; }
p { color: rgb(250,105,51); }
H1.HeaderClassName
{
color: #FA6933;
}
.AnyTagClassName
{
color: #FA6933;
}
</style>
background-color css
<style>
a { background-color: #FA6933; }
a { background-color: rgb(250,105,51); }
div.DivClassName
{
background-color: #FA6933;
}
.BgClassName
{
background-color: #FA6933;
}
</style>
border-color css
<style>
span { border-color: #FA6933; }
span { border-color: rgb(250,105,51); }
td.TdClassName
{
border-color: #FA6933;
}
.TagClassName
{
border-color: #FA6933;
}
</style>