Shades of Sunset Orange #FF4B3E
Tints of Sunset Orange #FF4B3E
RGB
CMYK
RGB Variations
Color information
#FF4B3E (or 0xFF4B3E) is known color: Sunset Orange. HEX triplet: FF, 4B and 3E. RGB value is (255,75,62). Sum of RGB (Red+Green+Blue) = 255+75+62=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4B3E is #00B4C1. Grayscale: #7F7F7F. Windows color (decimal): -46274 or 4082687. OLE color: 4082687.
HSL color Cylindrical-coordinate representation of color #FF4B3E: hue angle of 4.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF4B3E is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 62 | - |
| CMYK | 0 | 0.71 | 0.76 | 0 |
| HSL | 4.04º | 1% | 0.62% | - |
| HSV(B) | 4.04º | 0.76% | 1% | - |
| XYZ | 44.63 | 26.64 | 7.35 | - |
| YUV | 127.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 62 | 0 | 0.71 | 0.76 | 0 | 4.04 | 1 | 0.62 |
| Hex | FF | 4B | 3E | 0 | 47 | 4C | 0 | 4 | 64 | 3E |
| Octal | 377 | 113 | 76 | 0 | 107 | 114 | 0 | 4 | 144 | 76 |
| Binary | 11111111 | 1001011 | 111110 | 0 | 1000111 | 1001100 | 0 | 100 | 1100100 | 111110 |
Color Harmonies of #FF4B3E
Complementary color
Monochromatic Colors of #FF4B3E
Black with #FF4B3E
Text Example
Text Example
White with #FF4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B3E; }
p { color: rgb(255,75,62); }
H1.HeaderClassName
{
color: #FF4B3E;
}
.AnyTagClassName
{
color: #FF4B3E;
}
</style>
background-color css
<style>
a { background-color: #FF4B3E; }
a { background-color: rgb(255,75,62); }
div.DivClassName
{
background-color: #FF4B3E;
}
.BgClassName
{
background-color: #FF4B3E;
}
</style>
border-color css
<style>
span { border-color: #FF4B3E; }
span { border-color: rgb(255,75,62); }
td.TdClassName
{
border-color: #FF4B3E;
}
.TagClassName
{
border-color: #FF4B3E;
}
</style>