Shades of Sunset Orange #FA504C
Tints of Sunset Orange #FA504C
RGB
CMYK
RGB Variations
Color information
#FA504C (or 0xFA504C) is known color: Sunset Orange. HEX triplet: FA, 50 and 4C. RGB value is (250,80,76). Sum of RGB (Red+Green+Blue) = 250+80+76=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA504C is #05AFB3. Grayscale: #828282. Windows color (decimal): -372660 or 5001466. OLE color: 5001466.
HSL color Cylindrical-coordinate representation of color #FA504C: hue angle of 1.38º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA504C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 76 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.02 |
| HSL | 1.38º | 0.95% | 0.64% | - |
| HSV(B) | 1.38º | 0.7% | 0.98% | - |
| XYZ | 43.6 | 26.58 | 9.67 | - |
| YUV | 130.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 76 | 0 | 0.68 | 0.70 | 0.02 | 1.38 | 0.95 | 0.64 |
| Hex | FA | 50 | 4C | 0 | 44 | 46 | 2 | 1 | 5F | 40 |
| Octal | 372 | 120 | 114 | 0 | 104 | 106 | 2 | 1 | 137 | 100 |
| Binary | 11111010 | 1010000 | 1001100 | 0 | 1000100 | 1000110 | 10 | 1 | 1011111 | 1000000 |
Color Harmonies of #FA504C
Complementary color
Monochromatic Colors of #FA504C
Black with #FA504C
Text Example
Text Example
White with #FA504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA504C; }
p { color: rgb(250,80,76); }
H1.HeaderClassName
{
color: #FA504C;
}
.AnyTagClassName
{
color: #FA504C;
}
</style>
background-color css
<style>
a { background-color: #FA504C; }
a { background-color: rgb(250,80,76); }
div.DivClassName
{
background-color: #FA504C;
}
.BgClassName
{
background-color: #FA504C;
}
</style>
border-color css
<style>
span { border-color: #FA504C; }
span { border-color: rgb(250,80,76); }
td.TdClassName
{
border-color: #FA504C;
}
.TagClassName
{
border-color: #FA504C;
}
</style>