Shades of Sunset Orange #FA4D32
Tints of Sunset Orange #FA4D32
RGB
CMYK
RGB Variations
Color information
#FA4D32 (or 0xFA4D32) is known color: Sunset Orange. HEX triplet: FA, 4D and 32. RGB value is (250,77,50). Sum of RGB (Red+Green+Blue) = 250+77+50=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D32 is #05B2CD. Grayscale: #7D7D7D. Windows color (decimal): -373454 or 3296762. OLE color: 3296762.
HSL color Cylindrical-coordinate representation of color #FA4D32: hue angle of 8.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA4D32 is Cyan = 0, Magento = 0.69, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 50 | - |
| CMYK | 0 | 0.69 | 0.8 | 0.02 |
| HSL | 8.1º | 0.95% | 0.59% | - |
| HSV(B) | 8.1º | 0.8% | 0.98% | - |
| XYZ | 42.65 | 25.86 | 5.76 | - |
| YUV | 125.65 | 85.31 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 50 | 0 | 0.69 | 0.8 | 0.02 | 8.1 | 0.95 | 0.59 |
| Hex | FA | 4D | 32 | 0 | 45 | 50 | 2 | 8 | 5F | 3B |
| Octal | 372 | 115 | 62 | 0 | 105 | 120 | 2 | 10 | 137 | 73 |
| Binary | 11111010 | 1001101 | 110010 | 0 | 1000101 | 1010000 | 10 | 1000 | 1011111 | 111011 |
Color Harmonies of #FA4D32
Complementary color
Monochromatic Colors of #FA4D32
Black with #FA4D32
Text Example
Text Example
White with #FA4D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D32; }
p { color: rgb(250,77,50); }
H1.HeaderClassName
{
color: #FA4D32;
}
.AnyTagClassName
{
color: #FA4D32;
}
</style>
background-color css
<style>
a { background-color: #FA4D32; }
a { background-color: rgb(250,77,50); }
div.DivClassName
{
background-color: #FA4D32;
}
.BgClassName
{
background-color: #FA4D32;
}
</style>
border-color css
<style>
span { border-color: #FA4D32; }
span { border-color: rgb(250,77,50); }
td.TdClassName
{
border-color: #FA4D32;
}
.TagClassName
{
border-color: #FA4D32;
}
</style>