Shades of Sunset Orange #FF4B41
Tints of Sunset Orange #FF4B41
RGB
CMYK
RGB Variations
Color information
#FF4B41 (or 0xFF4B41) is known color: Sunset Orange. HEX triplet: FF, 4B and 41. RGB value is (255,75,65). Sum of RGB (Red+Green+Blue) = 255+75+65=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4B41 is #00B4BE. Grayscale: #7F7F7F. Windows color (decimal): -46271 or 4279295. OLE color: 4279295.
HSL color Cylindrical-coordinate representation of color #FF4B41: hue angle of 3.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4B41 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 65 | - |
| CMYK | 0 | 0.71 | 0.75 | 0 |
| HSL | 3.16º | 1% | 0.63% | - |
| HSV(B) | 3.16º | 0.75% | 1% | - |
| XYZ | 44.71 | 26.67 | 7.79 | - |
| YUV | 127.68 | 92.63 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 65 | 0 | 0.71 | 0.75 | 0 | 3.16 | 1 | 0.63 |
| Hex | FF | 4B | 41 | 0 | 47 | 4B | 0 | 3 | 64 | 3F |
| Octal | 377 | 113 | 101 | 0 | 107 | 113 | 0 | 3 | 144 | 77 |
| Binary | 11111111 | 1001011 | 1000001 | 0 | 1000111 | 1001011 | 0 | 11 | 1100100 | 111111 |
Color Harmonies of #FF4B41
Complementary color
Monochromatic Colors of #FF4B41
Black with #FF4B41
Text Example
Text Example
White with #FF4B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B41; }
p { color: rgb(255,75,65); }
H1.HeaderClassName
{
color: #FF4B41;
}
.AnyTagClassName
{
color: #FF4B41;
}
</style>
background-color css
<style>
a { background-color: #FF4B41; }
a { background-color: rgb(255,75,65); }
div.DivClassName
{
background-color: #FF4B41;
}
.BgClassName
{
background-color: #FF4B41;
}
</style>
border-color css
<style>
span { border-color: #FF4B41; }
span { border-color: rgb(255,75,65); }
td.TdClassName
{
border-color: #FF4B41;
}
.TagClassName
{
border-color: #FF4B41;
}
</style>