Shades of Burnt Orange #FA6727
Tints of Burnt Orange #FA6727
RGB
CMYK
RGB Variations
Color information
#FA6727 (or 0xFA6727) is known color: Burnt Orange. HEX triplet: FA, 67 and 27. RGB value is (250,103,39). Sum of RGB (Red+Green+Blue) = 250+103+39=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6727 is #0598D8. Grayscale: #8C8C8C. Windows color (decimal): -366809 or 2582522. OLE color: 2582522.
HSL color Cylindrical-coordinate representation of color #FA6727: hue angle of 18.2º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA6727 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 39 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.02 |
| HSL | 18.2º | 0.95% | 0.57% | - |
| HSV(B) | 18.2º | 0.84% | 0.98% | - |
| XYZ | 44.64 | 30.17 | 5.39 | - |
| YUV | 139.66 | 71.2 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 39 | 0 | 0.59 | 0.84 | 0.02 | 18.2 | 0.95 | 0.57 |
| Hex | FA | 67 | 27 | 0 | 3B | 54 | 2 | 12 | 5F | 39 |
| Octal | 372 | 147 | 47 | 0 | 73 | 124 | 2 | 22 | 137 | 71 |
| Binary | 11111010 | 1100111 | 100111 | 0 | 111011 | 1010100 | 10 | 10010 | 1011111 | 111001 |
Color Harmonies of #FA6727
Complementary color
Monochromatic Colors of #FA6727
Black with #FA6727
Text Example
Text Example
White with #FA6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6727; }
p { color: rgb(250,103,39); }
H1.HeaderClassName
{
color: #FA6727;
}
.AnyTagClassName
{
color: #FA6727;
}
</style>
background-color css
<style>
a { background-color: #FA6727; }
a { background-color: rgb(250,103,39); }
div.DivClassName
{
background-color: #FA6727;
}
.BgClassName
{
background-color: #FA6727;
}
</style>
border-color css
<style>
span { border-color: #FA6727; }
span { border-color: rgb(250,103,39); }
td.TdClassName
{
border-color: #FA6727;
}
.TagClassName
{
border-color: #FA6727;
}
</style>