Shades of Burnt Orange #FA7B2F
Tints of Burnt Orange #FA7B2F
RGB
CMYK
RGB Variations
Color information
#FA7B2F (or 0xFA7B2F) is known color: Burnt Orange. HEX triplet: FA, 7B and 2F. RGB value is (250,123,47). Sum of RGB (Red+Green+Blue) = 250+123+47=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7B2F is #0584D0. Grayscale: #989898. Windows color (decimal): -361681 or 3111930. OLE color: 3111930.
HSL color Cylindrical-coordinate representation of color #FA7B2F: hue angle of 22.46º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA7B2F is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 47 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.02 |
| HSL | 22.46º | 0.95% | 0.58% | - |
| HSV(B) | 22.46º | 0.81% | 0.98% | - |
| XYZ | 47.02 | 34.7 | 6.91 | - |
| YUV | 152.31 | 68.58 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 47 | 0 | 0.51 | 0.81 | 0.02 | 22.46 | 0.95 | 0.58 |
| Hex | FA | 7B | 2F | 0 | 33 | 51 | 2 | 16 | 5F | 3A |
| Octal | 372 | 173 | 57 | 0 | 63 | 121 | 2 | 26 | 137 | 72 |
| Binary | 11111010 | 1111011 | 101111 | 0 | 110011 | 1010001 | 10 | 10110 | 1011111 | 111010 |
Color Harmonies of #FA7B2F
Complementary color
Monochromatic Colors of #FA7B2F
Black with #FA7B2F
Text Example
Text Example
White with #FA7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B2F; }
p { color: rgb(250,123,47); }
H1.HeaderClassName
{
color: #FA7B2F;
}
.AnyTagClassName
{
color: #FA7B2F;
}
</style>
background-color css
<style>
a { background-color: #FA7B2F; }
a { background-color: rgb(250,123,47); }
div.DivClassName
{
background-color: #FA7B2F;
}
.BgClassName
{
background-color: #FA7B2F;
}
</style>
border-color css
<style>
span { border-color: #FA7B2F; }
span { border-color: rgb(250,123,47); }
td.TdClassName
{
border-color: #FA7B2F;
}
.TagClassName
{
border-color: #FA7B2F;
}
</style>