Shades of Yellow Orange #FCAC3E
Tints of Yellow Orange #FCAC3E
RGB
CMYK
RGB Variations
Color information
#FCAC3E (or 0xFCAC3E) is known color: Yellow Orange. HEX triplet: FC, AC and 3E. RGB value is (252,172,62). Sum of RGB (Red+Green+Blue) = 252+172+62=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC3E is #0353C1. Grayscale: #B7B7B7. Windows color (decimal): -218050 or 4107516. OLE color: 4107516.
HSL color Cylindrical-coordinate representation of color #FCAC3E: hue angle of 34.74º 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 #FCAC3E is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 62 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.01 |
| HSL | 34.74º | 0.97% | 0.62% | - |
| HSV(B) | 34.74º | 0.75% | 0.99% | - |
| XYZ | 55.77 | 50.55 | 11.37 | - |
| YUV | 183.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 62 | 0 | 0.32 | 0.75 | 0.01 | 34.74 | 0.97 | 0.62 |
| Hex | FC | AC | 3E | 0 | 20 | 4B | 1 | 23 | 61 | 3E |
| Octal | 374 | 254 | 76 | 0 | 40 | 113 | 1 | 43 | 141 | 76 |
| Binary | 11111100 | 10101100 | 111110 | 0 | 100000 | 1001011 | 1 | 100011 | 1100001 | 111110 |
Color Harmonies of #FCAC3E
Complementary color
Monochromatic Colors of #FCAC3E
Black with #FCAC3E
Text Example
Text Example
White with #FCAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC3E; }
p { color: rgb(252,172,62); }
H1.HeaderClassName
{
color: #FCAC3E;
}
.AnyTagClassName
{
color: #FCAC3E;
}
</style>
background-color css
<style>
a { background-color: #FCAC3E; }
a { background-color: rgb(252,172,62); }
div.DivClassName
{
background-color: #FCAC3E;
}
.BgClassName
{
background-color: #FCAC3E;
}
</style>
border-color css
<style>
span { border-color: #FCAC3E; }
span { border-color: rgb(252,172,62); }
td.TdClassName
{
border-color: #FCAC3E;
}
.TagClassName
{
border-color: #FCAC3E;
}
</style>