Shades of Sunset Orange #FF4745
Tints of Sunset Orange #FF4745
RGB
CMYK
RGB Variations
Color information
#FF4745 (or 0xFF4745) is known color: Sunset Orange. HEX triplet: FF, 47 and 45. RGB value is (255,71,69). Sum of RGB (Red+Green+Blue) = 255+71+69=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4745 is #00B8BA. Grayscale: #7D7D7D. Windows color (decimal): -47291 or 4540415. OLE color: 4540415.
HSL color Cylindrical-coordinate representation of color #FF4745: hue angle of 0.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4745 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 69 | - |
| CMYK | 0 | 0.72 | 0.73 | 0 |
| HSL | 0.65º | 1% | 0.64% | - |
| HSV(B) | 0.65º | 0.73% | 1% | - |
| XYZ | 44.57 | 26.2 | 8.34 | - |
| YUV | 125.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 69 | 0 | 0.72 | 0.73 | 0 | 0.65 | 1 | 0.64 |
| Hex | FF | 47 | 45 | 0 | 48 | 49 | 0 | 1 | 64 | 40 |
| Octal | 377 | 107 | 105 | 0 | 110 | 111 | 0 | 1 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1000101 | 0 | 1001000 | 1001001 | 0 | 1 | 1100100 | 1000000 |
Color Harmonies of #FF4745
Complementary color
Monochromatic Colors of #FF4745
Black with #FF4745
Text Example
Text Example
White with #FF4745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4745; }
p { color: rgb(255,71,69); }
H1.HeaderClassName
{
color: #FF4745;
}
.AnyTagClassName
{
color: #FF4745;
}
</style>
background-color css
<style>
a { background-color: #FF4745; }
a { background-color: rgb(255,71,69); }
div.DivClassName
{
background-color: #FF4745;
}
.BgClassName
{
background-color: #FF4745;
}
</style>
border-color css
<style>
span { border-color: #FF4745; }
span { border-color: rgb(255,71,69); }
td.TdClassName
{
border-color: #FF4745;
}
.TagClassName
{
border-color: #FF4745;
}
</style>