Shades of Yellow Orange #FCAB42
Tints of Yellow Orange #FCAB42
RGB
CMYK
RGB Variations
Color information
#FCAB42 (or 0xFCAB42) is known color: Yellow Orange. HEX triplet: FC, AB and 42. RGB value is (252,171,66). Sum of RGB (Red+Green+Blue) = 252+171+66=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB42 is #0354BD. Grayscale: #B7B7B7. Windows color (decimal): -218302 or 4369404. OLE color: 4369404.
HSL color Cylindrical-coordinate representation of color #FCAB42: hue angle of 33.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCAB42 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 66 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.01 |
| HSL | 33.87º | 0.97% | 0.62% | - |
| HSV(B) | 33.87º | 0.74% | 0.99% | - |
| XYZ | 55.69 | 50.21 | 11.91 | - |
| YUV | 183.25 | 61.84 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 66 | 0 | 0.32 | 0.74 | 0.01 | 33.87 | 0.97 | 0.62 |
| Hex | FC | AB | 42 | 0 | 20 | 4A | 1 | 22 | 61 | 3E |
| Octal | 374 | 253 | 102 | 0 | 40 | 112 | 1 | 42 | 141 | 76 |
| Binary | 11111100 | 10101011 | 1000010 | 0 | 100000 | 1001010 | 1 | 100010 | 1100001 | 111110 |
Color Harmonies of #FCAB42
Complementary color
Monochromatic Colors of #FCAB42
Black with #FCAB42
Text Example
Text Example
White with #FCAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB42; }
p { color: rgb(252,171,66); }
H1.HeaderClassName
{
color: #FCAB42;
}
.AnyTagClassName
{
color: #FCAB42;
}
</style>
background-color css
<style>
a { background-color: #FCAB42; }
a { background-color: rgb(252,171,66); }
div.DivClassName
{
background-color: #FCAB42;
}
.BgClassName
{
background-color: #FCAB42;
}
</style>
border-color css
<style>
span { border-color: #FCAB42; }
span { border-color: rgb(252,171,66); }
td.TdClassName
{
border-color: #FCAB42;
}
.TagClassName
{
border-color: #FCAB42;
}
</style>