Shades of Yellow Orange #FCAC40
Tints of Yellow Orange #FCAC40
RGB
CMYK
RGB Variations
Color information
#FCAC40 (or 0xFCAC40) is known color: Yellow Orange. HEX triplet: FC, AC and 40. RGB value is (252,172,64). Sum of RGB (Red+Green+Blue) = 252+172+64=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC40 is #0353BF. Grayscale: #B8B8B8. Windows color (decimal): -218048 or 4238588. OLE color: 4238588.
HSL color Cylindrical-coordinate representation of color #FCAC40: hue angle of 34.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCAC40 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 64 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.01 |
| HSL | 34.47º | 0.97% | 0.62% | - |
| HSV(B) | 34.47º | 0.75% | 0.99% | - |
| XYZ | 55.82 | 50.57 | 11.67 | - |
| YUV | 183.61 | 60.5 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 64 | 0 | 0.32 | 0.75 | 0.01 | 34.47 | 0.97 | 0.62 |
| Hex | FC | AC | 40 | 0 | 20 | 4B | 1 | 22 | 61 | 3E |
| Octal | 374 | 254 | 100 | 0 | 40 | 113 | 1 | 42 | 141 | 76 |
| Binary | 11111100 | 10101100 | 1000000 | 0 | 100000 | 1001011 | 1 | 100010 | 1100001 | 111110 |
Color Harmonies of #FCAC40
Complementary color
Monochromatic Colors of #FCAC40
Black with #FCAC40
Text Example
Text Example
White with #FCAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC40; }
p { color: rgb(252,172,64); }
H1.HeaderClassName
{
color: #FCAC40;
}
.AnyTagClassName
{
color: #FCAC40;
}
</style>
background-color css
<style>
a { background-color: #FCAC40; }
a { background-color: rgb(252,172,64); }
div.DivClassName
{
background-color: #FCAC40;
}
.BgClassName
{
background-color: #FCAC40;
}
</style>
border-color css
<style>
span { border-color: #FCAC40; }
span { border-color: rgb(252,172,64); }
td.TdClassName
{
border-color: #FCAC40;
}
.TagClassName
{
border-color: #FCAC40;
}
</style>