Shades of Sunset Orange #FC4B3C
Tints of Sunset Orange #FC4B3C
RGB
CMYK
RGB Variations
Color information
#FC4B3C (or 0xFC4B3C) is known color: Sunset Orange. HEX triplet: FC, 4B and 3C. RGB value is (252,75,60). Sum of RGB (Red+Green+Blue) = 252+75+60=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4B3C is #03B4C3. Grayscale: #7E7E7E. Windows color (decimal): -242884 or 3951612. OLE color: 3951612.
HSL color Cylindrical-coordinate representation of color #FC4B3C: hue angle of 4.69º degrees, saturation: 0.97, 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 #FC4B3C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 60 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.01 |
| HSL | 4.69º | 0.97% | 0.61% | - |
| HSV(B) | 4.69º | 0.76% | 0.99% | - |
| XYZ | 43.48 | 26.05 | 7.01 | - |
| YUV | 126.21 | 90.64 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 60 | 0 | 0.70 | 0.76 | 0.01 | 4.69 | 0.97 | 0.61 |
| Hex | FC | 4B | 3C | 0 | 46 | 4C | 1 | 5 | 61 | 3D |
| Octal | 374 | 113 | 74 | 0 | 106 | 114 | 1 | 5 | 141 | 75 |
| Binary | 11111100 | 1001011 | 111100 | 0 | 1000110 | 1001100 | 1 | 101 | 1100001 | 111101 |
Color Harmonies of #FC4B3C
Complementary color
Monochromatic Colors of #FC4B3C
Black with #FC4B3C
Text Example
Text Example
White with #FC4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4B3C; }
p { color: rgb(252,75,60); }
H1.HeaderClassName
{
color: #FC4B3C;
}
.AnyTagClassName
{
color: #FC4B3C;
}
</style>
background-color css
<style>
a { background-color: #FC4B3C; }
a { background-color: rgb(252,75,60); }
div.DivClassName
{
background-color: #FC4B3C;
}
.BgClassName
{
background-color: #FC4B3C;
}
</style>
border-color css
<style>
span { border-color: #FC4B3C; }
span { border-color: rgb(252,75,60); }
td.TdClassName
{
border-color: #FC4B3C;
}
.TagClassName
{
border-color: #FC4B3C;
}
</style>