Shades of Burnt Orange #FA6B2D
Tints of Burnt Orange #FA6B2D
RGB
CMYK
RGB Variations
Color information
#FA6B2D (or 0xFA6B2D) is known color: Burnt Orange. HEX triplet: FA, 6B and 2D. RGB value is (250,107,45). Sum of RGB (Red+Green+Blue) = 250+107+45=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B2D is #0594D2. Grayscale: #8F8F8F. Windows color (decimal): -365779 or 2976762. OLE color: 2976762.
HSL color Cylindrical-coordinate representation of color #FA6B2D: hue angle of 18.15º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA6B2D is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 45 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.02 |
| HSL | 18.15º | 0.95% | 0.58% | - |
| HSV(B) | 18.15º | 0.82% | 0.98% | - |
| XYZ | 45.16 | 31.03 | 6.09 | - |
| YUV | 142.69 | 72.88 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 45 | 0 | 0.57 | 0.82 | 0.02 | 18.15 | 0.95 | 0.58 |
| Hex | FA | 6B | 2D | 0 | 39 | 52 | 2 | 12 | 5F | 3A |
| Octal | 372 | 153 | 55 | 0 | 71 | 122 | 2 | 22 | 137 | 72 |
| Binary | 11111010 | 1101011 | 101101 | 0 | 111001 | 1010010 | 10 | 10010 | 1011111 | 111010 |
Color Harmonies of #FA6B2D
Complementary color
Monochromatic Colors of #FA6B2D
Black with #FA6B2D
Text Example
Text Example
White with #FA6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B2D; }
p { color: rgb(250,107,45); }
H1.HeaderClassName
{
color: #FA6B2D;
}
.AnyTagClassName
{
color: #FA6B2D;
}
</style>
background-color css
<style>
a { background-color: #FA6B2D; }
a { background-color: rgb(250,107,45); }
div.DivClassName
{
background-color: #FA6B2D;
}
.BgClassName
{
background-color: #FA6B2D;
}
</style>
border-color css
<style>
span { border-color: #FA6B2D; }
span { border-color: rgb(250,107,45); }
td.TdClassName
{
border-color: #FA6B2D;
}
.TagClassName
{
border-color: #FA6B2D;
}
</style>