Shades of Yellow Orange #FCAA3E
Tints of Yellow Orange #FCAA3E
RGB
CMYK
RGB Variations
Color information
#FCAA3E (or 0xFCAA3E) is known color: Yellow Orange. HEX triplet: FC, AA and 3E. RGB value is (252,170,62). Sum of RGB (Red+Green+Blue) = 252+170+62=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA3E is #0355C1. Grayscale: #B6B6B6. Windows color (decimal): -218562 or 4107004. OLE color: 4107004.
HSL color Cylindrical-coordinate representation of color #FCAA3E: hue angle of 34.11º 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 #FCAA3E is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 62 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.01 |
| HSL | 34.11º | 0.97% | 0.62% | - |
| HSV(B) | 34.11º | 0.75% | 0.99% | - |
| XYZ | 55.39 | 49.79 | 11.25 | - |
| YUV | 182.21 | 60.17 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 62 | 0 | 0.33 | 0.75 | 0.01 | 34.11 | 0.97 | 0.62 |
| Hex | FC | AA | 3E | 0 | 21 | 4B | 1 | 22 | 61 | 3E |
| Octal | 374 | 252 | 76 | 0 | 41 | 113 | 1 | 42 | 141 | 76 |
| Binary | 11111100 | 10101010 | 111110 | 0 | 100001 | 1001011 | 1 | 100010 | 1100001 | 111110 |
Color Harmonies of #FCAA3E
Complementary color
Monochromatic Colors of #FCAA3E
Black with #FCAA3E
Text Example
Text Example
White with #FCAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA3E; }
p { color: rgb(252,170,62); }
H1.HeaderClassName
{
color: #FCAA3E;
}
.AnyTagClassName
{
color: #FCAA3E;
}
</style>
background-color css
<style>
a { background-color: #FCAA3E; }
a { background-color: rgb(252,170,62); }
div.DivClassName
{
background-color: #FCAA3E;
}
.BgClassName
{
background-color: #FCAA3E;
}
</style>
border-color css
<style>
span { border-color: #FCAA3E; }
span { border-color: rgb(252,170,62); }
td.TdClassName
{
border-color: #FCAA3E;
}
.TagClassName
{
border-color: #FCAA3E;
}
</style>