Shades of Sunset Orange #FF4F31
Tints of Sunset Orange #FF4F31
RGB
CMYK
RGB Variations
Color information
#FF4F31 (or 0xFF4F31) is known color: Sunset Orange. HEX triplet: FF, 4F and 31. RGB value is (255,79,49). Sum of RGB (Red+Green+Blue) = 255+79+49=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4F31 is #00B0CE. Grayscale: #808080. Windows color (decimal): -45263 or 3231743. OLE color: 3231743.
HSL color Cylindrical-coordinate representation of color #FF4F31: hue angle of 8.74º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF4F31 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 49 | - |
| CMYK | 0 | 0.69 | 0.81 | 0 |
| HSL | 8.74º | 1% | 0.6% | - |
| HSV(B) | 8.74º | 0.81% | 1% | - |
| XYZ | 44.59 | 27.07 | 5.78 | - |
| YUV | 128.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 49 | 0 | 0.69 | 0.81 | 0 | 8.74 | 1 | 0.6 |
| Hex | FF | 4F | 31 | 0 | 45 | 51 | 0 | 9 | 64 | 3C |
| Octal | 377 | 117 | 61 | 0 | 105 | 121 | 0 | 11 | 144 | 74 |
| Binary | 11111111 | 1001111 | 110001 | 0 | 1000101 | 1010001 | 0 | 1001 | 1100100 | 111100 |
Color Harmonies of #FF4F31
Complementary color
Monochromatic Colors of #FF4F31
Black with #FF4F31
Text Example
Text Example
White with #FF4F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F31; }
p { color: rgb(255,79,49); }
H1.HeaderClassName
{
color: #FF4F31;
}
.AnyTagClassName
{
color: #FF4F31;
}
</style>
background-color css
<style>
a { background-color: #FF4F31; }
a { background-color: rgb(255,79,49); }
div.DivClassName
{
background-color: #FF4F31;
}
.BgClassName
{
background-color: #FF4F31;
}
</style>
border-color css
<style>
span { border-color: #FF4F31; }
span { border-color: rgb(255,79,49); }
td.TdClassName
{
border-color: #FF4F31;
}
.TagClassName
{
border-color: #FF4F31;
}
</style>