Shades of Sunset Orange #FF4742
Tints of Sunset Orange #FF4742
RGB
CMYK
RGB Variations
Color information
#FF4742 (or 0xFF4742) is known color: Sunset Orange. HEX triplet: FF, 47 and 42. RGB value is (255,71,66). Sum of RGB (Red+Green+Blue) = 255+71+66=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4742 is #00B8BD. Grayscale: #7D7D7D. Windows color (decimal): -47294 or 4343807. OLE color: 4343807.
HSL color Cylindrical-coordinate representation of color #FF4742: hue angle of 1.59º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4742 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 66 | - |
| CMYK | 0 | 0.72 | 0.74 | 0 |
| HSL | 1.59º | 1% | 0.63% | - |
| HSV(B) | 1.59º | 0.74% | 1% | - |
| XYZ | 44.48 | 26.16 | 7.86 | - |
| YUV | 125.45 | 94.46 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 66 | 0 | 0.72 | 0.74 | 0 | 1.59 | 1 | 0.63 |
| Hex | FF | 47 | 42 | 0 | 48 | 4A | 0 | 2 | 64 | 3F |
| Octal | 377 | 107 | 102 | 0 | 110 | 112 | 0 | 2 | 144 | 77 |
| Binary | 11111111 | 1000111 | 1000010 | 0 | 1001000 | 1001010 | 0 | 10 | 1100100 | 111111 |
Color Harmonies of #FF4742
Complementary color
Monochromatic Colors of #FF4742
Black with #FF4742
Text Example
Text Example
White with #FF4742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4742; }
p { color: rgb(255,71,66); }
H1.HeaderClassName
{
color: #FF4742;
}
.AnyTagClassName
{
color: #FF4742;
}
</style>
background-color css
<style>
a { background-color: #FF4742; }
a { background-color: rgb(255,71,66); }
div.DivClassName
{
background-color: #FF4742;
}
.BgClassName
{
background-color: #FF4742;
}
</style>
border-color css
<style>
span { border-color: #FF4742; }
span { border-color: rgb(255,71,66); }
td.TdClassName
{
border-color: #FF4742;
}
.TagClassName
{
border-color: #FF4742;
}
</style>