Shades of Burnt Orange #F27638
Tints of Burnt Orange #F27638
RGB
CMYK
RGB Variations
Color information
#F27638 (or 0xF27638) is known color: Burnt Orange. HEX triplet: F2, 76 and 38. RGB value is (242,118,56). Sum of RGB (Red+Green+Blue) = 242+118+56=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F27638 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27638 is #0D89C7. Grayscale: #949494. Windows color (decimal): -887240 or 3700466. OLE color: 3700466.
HSL color Cylindrical-coordinate representation of color #F27638: hue angle of 20º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F27638 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 56 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.05 |
| HSL | 20º | 0.88% | 0.58% | - |
| HSV(B) | 20º | 0.77% | 0.95% | - |
| XYZ | 43.81 | 32.12 | 7.63 | - |
| YUV | 148.01 | 76.08 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 56 | 0 | 0.51 | 0.77 | 0.05 | 20 | 0.88 | 0.58 |
| Hex | F2 | 76 | 38 | 0 | 33 | 4D | 5 | 14 | 58 | 3A |
| Octal | 362 | 166 | 70 | 0 | 63 | 115 | 5 | 24 | 130 | 72 |
| Binary | 11110010 | 1110110 | 111000 | 0 | 110011 | 1001101 | 101 | 10100 | 1011000 | 111010 |
Color Harmonies of #F27638
Complementary color
Monochromatic Colors of #F27638
Black with #F27638
Text Example
Text Example
White with #F27638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27638; }
p { color: rgb(242,118,56); }
H1.HeaderClassName
{
color: #F27638;
}
.AnyTagClassName
{
color: #F27638;
}
</style>
background-color css
<style>
a { background-color: #F27638; }
a { background-color: rgb(242,118,56); }
div.DivClassName
{
background-color: #F27638;
}
.BgClassName
{
background-color: #F27638;
}
</style>
border-color css
<style>
span { border-color: #F27638; }
span { border-color: rgb(242,118,56); }
td.TdClassName
{
border-color: #F27638;
}
.TagClassName
{
border-color: #F27638;
}
</style>