Shades of Orange #FCAD01
Tints of Orange #FCAD01
RGB
CMYK
RGB Variations
Color information
#FCAD01 (or 0xFCAD01) is known color: Orange. HEX triplet: FC, AD and 01. RGB value is (252,173,1). Sum of RGB (Red+Green+Blue) = 252+173+1=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAD01 is #0352FE. Grayscale: #B1B1B1. Windows color (decimal): -217855 or 110076. OLE color: 110076.
HSL color Cylindrical-coordinate representation of color #FCAD01: hue angle of 41.12º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCAD01 is Cyan = 0, Magento = 0.31, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 1 | - |
| CMYK | 0 | 0.31 | 1.00 | 0.01 |
| HSL | 41.12º | 0.99% | 0.5% | - |
| HSV(B) | 41.12º | 1% | 0.99% | - |
| XYZ | 55.09 | 50.58 | 6.89 | - |
| YUV | 177.01 | 28.67 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 1 | 0 | 0.31 | 1.00 | 0.01 | 41.12 | 0.99 | 0.5 |
| Hex | FC | AD | 1 | 0 | 1F | 64 | 1 | 29 | 63 | 32 |
| Octal | 374 | 255 | 1 | 0 | 37 | 144 | 1 | 51 | 143 | 62 |
| Binary | 11111100 | 10101101 | 1 | 0 | 11111 | 1100100 | 1 | 101001 | 1100011 | 110010 |
Color Harmonies of #FCAD01
Complementary color
Monochromatic Colors of #FCAD01
Black with #FCAD01
Text Example
Text Example
White with #FCAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAD01; }
p { color: rgb(252,173,1); }
H1.HeaderClassName
{
color: #FCAD01;
}
.AnyTagClassName
{
color: #FCAD01;
}
</style>
background-color css
<style>
a { background-color: #FCAD01; }
a { background-color: rgb(252,173,1); }
div.DivClassName
{
background-color: #FCAD01;
}
.BgClassName
{
background-color: #FCAD01;
}
</style>
border-color css
<style>
span { border-color: #FCAD01; }
span { border-color: rgb(252,173,1); }
td.TdClassName
{
border-color: #FCAD01;
}
.TagClassName
{
border-color: #FCAD01;
}
</style>