Shades of Yellow Orange #FCAB41
Tints of Yellow Orange #FCAB41
RGB
CMYK
RGB Variations
Color information
#FCAB41 (or 0xFCAB41) is known color: Yellow Orange. HEX triplet: FC, AB and 41. RGB value is (252,171,65). Sum of RGB (Red+Green+Blue) = 252+171+65=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB41 is #0354BE. Grayscale: #B7B7B7. Windows color (decimal): -218303 or 4303868. OLE color: 4303868.
HSL color Cylindrical-coordinate representation of color #FCAB41: hue angle of 34.01º 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 #FCAB41 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 65 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.01 |
| HSL | 34.01º | 0.97% | 0.62% | - |
| HSV(B) | 34.01º | 0.74% | 0.99% | - |
| XYZ | 55.66 | 50.2 | 11.76 | - |
| YUV | 183.14 | 61.34 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 65 | 0 | 0.32 | 0.74 | 0.01 | 34.01 | 0.97 | 0.62 |
| Hex | FC | AB | 41 | 0 | 20 | 4A | 1 | 22 | 61 | 3E |
| Octal | 374 | 253 | 101 | 0 | 40 | 112 | 1 | 42 | 141 | 76 |
| Binary | 11111100 | 10101011 | 1000001 | 0 | 100000 | 1001010 | 1 | 100010 | 1100001 | 111110 |
Color Harmonies of #FCAB41
Complementary color
Monochromatic Colors of #FCAB41
Black with #FCAB41
Text Example
Text Example
White with #FCAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB41; }
p { color: rgb(252,171,65); }
H1.HeaderClassName
{
color: #FCAB41;
}
.AnyTagClassName
{
color: #FCAB41;
}
</style>
background-color css
<style>
a { background-color: #FCAB41; }
a { background-color: rgb(252,171,65); }
div.DivClassName
{
background-color: #FCAB41;
}
.BgClassName
{
background-color: #FCAB41;
}
</style>
border-color css
<style>
span { border-color: #FCAB41; }
span { border-color: rgb(252,171,65); }
td.TdClassName
{
border-color: #FCAB41;
}
.TagClassName
{
border-color: #FCAB41;
}
</style>