Shades of Sunset Orange #FC4B3A
Tints of Sunset Orange #FC4B3A
RGB
CMYK
RGB Variations
Color information
#FC4B3A (or 0xFC4B3A) is known color: Sunset Orange. HEX triplet: FC, 4B and 3A. RGB value is (252,75,58). Sum of RGB (Red+Green+Blue) = 252+75+58=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4B3A is #03B4C5. Grayscale: #7E7E7E. Windows color (decimal): -242886 or 3820540. OLE color: 3820540.
HSL color Cylindrical-coordinate representation of color #FC4B3A: hue angle of 5.26º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC4B3A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 58 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.01 |
| HSL | 5.26º | 0.97% | 0.61% | - |
| HSV(B) | 5.26º | 0.77% | 0.99% | - |
| XYZ | 43.42 | 26.03 | 6.74 | - |
| YUV | 125.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 58 | 0 | 0.70 | 0.77 | 0.01 | 5.26 | 0.97 | 0.61 |
| Hex | FC | 4B | 3A | 0 | 46 | 4D | 1 | 5 | 61 | 3D |
| Octal | 374 | 113 | 72 | 0 | 106 | 115 | 1 | 5 | 141 | 75 |
| Binary | 11111100 | 1001011 | 111010 | 0 | 1000110 | 1001101 | 1 | 101 | 1100001 | 111101 |
Color Harmonies of #FC4B3A
Complementary color
Monochromatic Colors of #FC4B3A
Black with #FC4B3A
Text Example
Text Example
White with #FC4B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4B3A; }
p { color: rgb(252,75,58); }
H1.HeaderClassName
{
color: #FC4B3A;
}
.AnyTagClassName
{
color: #FC4B3A;
}
</style>
background-color css
<style>
a { background-color: #FC4B3A; }
a { background-color: rgb(252,75,58); }
div.DivClassName
{
background-color: #FC4B3A;
}
.BgClassName
{
background-color: #FC4B3A;
}
</style>
border-color css
<style>
span { border-color: #FC4B3A; }
span { border-color: rgb(252,75,58); }
td.TdClassName
{
border-color: #FC4B3A;
}
.TagClassName
{
border-color: #FC4B3A;
}
</style>