Shades of Sunset Orange #FF553D
Tints of Sunset Orange #FF553D
RGB
CMYK
RGB Variations
Color information
#FF553D (or 0xFF553D) is known color: Sunset Orange. HEX triplet: FF, 55 and 3D. RGB value is (255,85,61). Sum of RGB (Red+Green+Blue) = 255+85+61=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF553D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF553D is #00AAC2. Grayscale: #858585. Windows color (decimal): -43715 or 4019711. OLE color: 4019711.
HSL color Cylindrical-coordinate representation of color #FF553D: hue angle of 7.42º 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 #FF553D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 61 | - |
| CMYK | 0 | 0.67 | 0.76 | 0 |
| HSL | 7.42º | 1% | 0.62% | - |
| HSV(B) | 7.42º | 0.76% | 1% | - |
| XYZ | 45.33 | 28.09 | 7.45 | - |
| YUV | 133.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 61 | 0 | 0.67 | 0.76 | 0 | 7.42 | 1 | 0.62 |
| Hex | FF | 55 | 3D | 0 | 43 | 4C | 0 | 7 | 64 | 3E |
| Octal | 377 | 125 | 75 | 0 | 103 | 114 | 0 | 7 | 144 | 76 |
| Binary | 11111111 | 1010101 | 111101 | 0 | 1000011 | 1001100 | 0 | 111 | 1100100 | 111110 |
Color Harmonies of #FF553D
Complementary color
Monochromatic Colors of #FF553D
Black with #FF553D
Text Example
Text Example
White with #FF553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF553D; }
p { color: rgb(255,85,61); }
H1.HeaderClassName
{
color: #FF553D;
}
.AnyTagClassName
{
color: #FF553D;
}
</style>
background-color css
<style>
a { background-color: #FF553D; }
a { background-color: rgb(255,85,61); }
div.DivClassName
{
background-color: #FF553D;
}
.BgClassName
{
background-color: #FF553D;
}
</style>
border-color css
<style>
span { border-color: #FF553D; }
span { border-color: rgb(255,85,61); }
td.TdClassName
{
border-color: #FF553D;
}
.TagClassName
{
border-color: #FF553D;
}
</style>