Shades of Burnt Orange #FA7935
Tints of Burnt Orange #FA7935
RGB
CMYK
RGB Variations
Color information
#FA7935 (or 0xFA7935) is known color: Burnt Orange. HEX triplet: FA, 79 and 35. RGB value is (250,121,53). Sum of RGB (Red+Green+Blue) = 250+121+53=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7935 is #0586CA. Grayscale: #989898. Windows color (decimal): -362187 or 3504634. OLE color: 3504634.
HSL color Cylindrical-coordinate representation of color #FA7935: hue angle of 20.71º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA7935 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 53 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.02 |
| HSL | 20.71º | 0.95% | 0.59% | - |
| HSV(B) | 20.71º | 0.79% | 0.98% | - |
| XYZ | 46.9 | 34.26 | 7.51 | - |
| YUV | 151.82 | 72.24 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 53 | 0 | 0.52 | 0.79 | 0.02 | 20.71 | 0.95 | 0.59 |
| Hex | FA | 79 | 35 | 0 | 34 | 4F | 2 | 15 | 5F | 3B |
| Octal | 372 | 171 | 65 | 0 | 64 | 117 | 2 | 25 | 137 | 73 |
| Binary | 11111010 | 1111001 | 110101 | 0 | 110100 | 1001111 | 10 | 10101 | 1011111 | 111011 |
Color Harmonies of #FA7935
Complementary color
Monochromatic Colors of #FA7935
Black with #FA7935
Text Example
Text Example
White with #FA7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7935; }
p { color: rgb(250,121,53); }
H1.HeaderClassName
{
color: #FA7935;
}
.AnyTagClassName
{
color: #FA7935;
}
</style>
background-color css
<style>
a { background-color: #FA7935; }
a { background-color: rgb(250,121,53); }
div.DivClassName
{
background-color: #FA7935;
}
.BgClassName
{
background-color: #FA7935;
}
</style>
border-color css
<style>
span { border-color: #FA7935; }
span { border-color: rgb(250,121,53); }
td.TdClassName
{
border-color: #FA7935;
}
.TagClassName
{
border-color: #FA7935;
}
</style>