Shades of Sunset Orange #FD534B
Tints of Sunset Orange #FD534B
RGB
CMYK
RGB Variations
Color information
#FD534B (or 0xFD534B) is known color: Sunset Orange. HEX triplet: FD, 53 and 4B. RGB value is (253,83,75). Sum of RGB (Red+Green+Blue) = 253+83+75=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD534B is #02ACB4. Grayscale: #858585. Windows color (decimal): -175285 or 4936701. OLE color: 4936701.
HSL color Cylindrical-coordinate representation of color #FD534B: hue angle of 2.7º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD534B is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 75 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.01 |
| HSL | 2.7º | 0.98% | 0.64% | - |
| HSV(B) | 2.7º | 0.7% | 0.99% | - |
| XYZ | 44.87 | 27.58 | 9.61 | - |
| YUV | 132.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 75 | 0 | 0.67 | 0.70 | 0.01 | 2.7 | 0.98 | 0.64 |
| Hex | FD | 53 | 4B | 0 | 43 | 46 | 1 | 3 | 62 | 40 |
| Octal | 375 | 123 | 113 | 0 | 103 | 106 | 1 | 3 | 142 | 100 |
| Binary | 11111101 | 1010011 | 1001011 | 0 | 1000011 | 1000110 | 1 | 11 | 1100010 | 1000000 |
Color Harmonies of #FD534B
Complementary color
Monochromatic Colors of #FD534B
Black with #FD534B
Text Example
Text Example
White with #FD534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD534B; }
p { color: rgb(253,83,75); }
H1.HeaderClassName
{
color: #FD534B;
}
.AnyTagClassName
{
color: #FD534B;
}
</style>
background-color css
<style>
a { background-color: #FD534B; }
a { background-color: rgb(253,83,75); }
div.DivClassName
{
background-color: #FD534B;
}
.BgClassName
{
background-color: #FD534B;
}
</style>
border-color css
<style>
span { border-color: #FD534B; }
span { border-color: rgb(253,83,75); }
td.TdClassName
{
border-color: #FD534B;
}
.TagClassName
{
border-color: #FD534B;
}
</style>