Shades of Sunset Orange #FA4C4C
Tints of Sunset Orange #FA4C4C
RGB
CMYK
RGB Variations
Color information
#FA4C4C (or 0xFA4C4C) is known color: Sunset Orange. HEX triplet: FA, 4C and 4C. RGB value is (250,76,76). Sum of RGB (Red+Green+Blue) = 250+76+76=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4C4C is #05B3B3. Grayscale: #808080. Windows color (decimal): -373684 or 5000442. OLE color: 5000442.
HSL color Cylindrical-coordinate representation of color #FA4C4C: hue angle of 0º 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 #FA4C4C is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 76 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.02 |
| HSL | 0º | 0.95% | 0.64% | - |
| HSV(B) | 0º | 0.7% | 0.98% | - |
| XYZ | 43.31 | 26.01 | 9.58 | - |
| YUV | 128.03 | 98.65 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 76 | 0 | 0.70 | 0.70 | 0.02 | 0 | 0.95 | 0.64 |
| Hex | FA | 4C | 4C | 0 | 46 | 46 | 2 | 0 | 5F | 40 |
| Octal | 372 | 114 | 114 | 0 | 106 | 106 | 2 | 0 | 137 | 100 |
| Binary | 11111010 | 1001100 | 1001100 | 0 | 1000110 | 1000110 | 10 | 0 | 1011111 | 1000000 |
Color Harmonies of #FA4C4C
Complementary color
Monochromatic Colors of #FA4C4C
Black with #FA4C4C
Text Example
Text Example
White with #FA4C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4C4C; }
p { color: rgb(250,76,76); }
H1.HeaderClassName
{
color: #FA4C4C;
}
.AnyTagClassName
{
color: #FA4C4C;
}
</style>
background-color css
<style>
a { background-color: #FA4C4C; }
a { background-color: rgb(250,76,76); }
div.DivClassName
{
background-color: #FA4C4C;
}
.BgClassName
{
background-color: #FA4C4C;
}
</style>
border-color css
<style>
span { border-color: #FA4C4C; }
span { border-color: rgb(250,76,76); }
td.TdClassName
{
border-color: #FA4C4C;
}
.TagClassName
{
border-color: #FA4C4C;
}
</style>