Shades of Sunset Orange #FD463C
Tints of Sunset Orange #FD463C
RGB
CMYK
RGB Variations
Color information
#FD463C (or 0xFD463C) is known color: Sunset Orange. HEX triplet: FD, 46 and 3C. RGB value is (253,70,60). Sum of RGB (Red+Green+Blue) = 253+70+60=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD463C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD463C is #02B9C3. Grayscale: #7B7B7B. Windows color (decimal): -178628 or 3950333. OLE color: 3950333.
HSL color Cylindrical-coordinate representation of color #FD463C: hue angle of 3.11º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD463C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 60 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.01 |
| HSL | 3.11º | 0.98% | 0.61% | - |
| HSV(B) | 3.11º | 0.76% | 0.99% | - |
| XYZ | 43.51 | 25.59 | 6.92 | - |
| YUV | 123.58 | 92.13 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 60 | 0 | 0.72 | 0.76 | 0.01 | 3.11 | 0.98 | 0.61 |
| Hex | FD | 46 | 3C | 0 | 48 | 4C | 1 | 3 | 62 | 3D |
| Octal | 375 | 106 | 74 | 0 | 110 | 114 | 1 | 3 | 142 | 75 |
| Binary | 11111101 | 1000110 | 111100 | 0 | 1001000 | 1001100 | 1 | 11 | 1100010 | 111101 |
Color Harmonies of #FD463C
Complementary color
Monochromatic Colors of #FD463C
Black with #FD463C
Text Example
Text Example
White with #FD463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD463C; }
p { color: rgb(253,70,60); }
H1.HeaderClassName
{
color: #FD463C;
}
.AnyTagClassName
{
color: #FD463C;
}
</style>
background-color css
<style>
a { background-color: #FD463C; }
a { background-color: rgb(253,70,60); }
div.DivClassName
{
background-color: #FD463C;
}
.BgClassName
{
background-color: #FD463C;
}
</style>
border-color css
<style>
span { border-color: #FD463C; }
span { border-color: rgb(253,70,60); }
td.TdClassName
{
border-color: #FD463C;
}
.TagClassName
{
border-color: #FD463C;
}
</style>