Shades of Yellow Orange #FCAB3E
Tints of Yellow Orange #FCAB3E
RGB
CMYK
RGB Variations
Color information
#FCAB3E (or 0xFCAB3E) is known color: Yellow Orange. HEX triplet: FC, AB and 3E. RGB value is (252,171,62). Sum of RGB (Red+Green+Blue) = 252+171+62=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB3E is #0354C1. Grayscale: #B7B7B7. Windows color (decimal): -218306 or 4107260. OLE color: 4107260.
HSL color Cylindrical-coordinate representation of color #FCAB3E: hue angle of 34.42º 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 #FCAB3E is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 62 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.01 |
| HSL | 34.42º | 0.97% | 0.62% | - |
| HSV(B) | 34.42º | 0.75% | 0.99% | - |
| XYZ | 55.58 | 50.17 | 11.31 | - |
| YUV | 182.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 62 | 0 | 0.32 | 0.75 | 0.01 | 34.42 | 0.97 | 0.62 |
| Hex | FC | AB | 3E | 0 | 20 | 4B | 1 | 22 | 61 | 3E |
| Octal | 374 | 253 | 76 | 0 | 40 | 113 | 1 | 42 | 141 | 76 |
| Binary | 11111100 | 10101011 | 111110 | 0 | 100000 | 1001011 | 1 | 100010 | 1100001 | 111110 |
Color Harmonies of #FCAB3E
Complementary color
Monochromatic Colors of #FCAB3E
Black with #FCAB3E
Text Example
Text Example
White with #FCAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB3E; }
p { color: rgb(252,171,62); }
H1.HeaderClassName
{
color: #FCAB3E;
}
.AnyTagClassName
{
color: #FCAB3E;
}
</style>
background-color css
<style>
a { background-color: #FCAB3E; }
a { background-color: rgb(252,171,62); }
div.DivClassName
{
background-color: #FCAB3E;
}
.BgClassName
{
background-color: #FCAB3E;
}
</style>
border-color css
<style>
span { border-color: #FCAB3E; }
span { border-color: rgb(252,171,62); }
td.TdClassName
{
border-color: #FCAB3E;
}
.TagClassName
{
border-color: #FCAB3E;
}
</style>