Shades of Yellow Orange #FCAC3C
Tints of Yellow Orange #FCAC3C
RGB
CMYK
RGB Variations
Color information
#FCAC3C (or 0xFCAC3C) is known color: Yellow Orange. HEX triplet: FC, AC and 3C. RGB value is (252,172,60). Sum of RGB (Red+Green+Blue) = 252+172+60=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC3C is #0353C3. Grayscale: #B7B7B7. Windows color (decimal): -218052 or 3976444. OLE color: 3976444.
HSL color Cylindrical-coordinate representation of color #FCAC3C: hue angle of 35º 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 #FCAC3C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 60 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.01 |
| HSL | 35º | 0.97% | 0.61% | - |
| HSV(B) | 35º | 0.76% | 0.99% | - |
| XYZ | 55.71 | 50.53 | 11.09 | - |
| YUV | 183.15 | 58.5 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 60 | 0 | 0.32 | 0.76 | 0.01 | 35 | 0.97 | 0.61 |
| Hex | FC | AC | 3C | 0 | 20 | 4C | 1 | 23 | 61 | 3D |
| Octal | 374 | 254 | 74 | 0 | 40 | 114 | 1 | 43 | 141 | 75 |
| Binary | 11111100 | 10101100 | 111100 | 0 | 100000 | 1001100 | 1 | 100011 | 1100001 | 111101 |
Color Harmonies of #FCAC3C
Complementary color
Monochromatic Colors of #FCAC3C
Black with #FCAC3C
Text Example
Text Example
White with #FCAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC3C; }
p { color: rgb(252,172,60); }
H1.HeaderClassName
{
color: #FCAC3C;
}
.AnyTagClassName
{
color: #FCAC3C;
}
</style>
background-color css
<style>
a { background-color: #FCAC3C; }
a { background-color: rgb(252,172,60); }
div.DivClassName
{
background-color: #FCAC3C;
}
.BgClassName
{
background-color: #FCAC3C;
}
</style>
border-color css
<style>
span { border-color: #FCAC3C; }
span { border-color: rgb(252,172,60); }
td.TdClassName
{
border-color: #FCAC3C;
}
.TagClassName
{
border-color: #FCAC3C;
}
</style>