Shades of Orange #FCAE03
Tints of Orange #FCAE03
RGB
CMYK
RGB Variations
Color information
#FCAE03 (or 0xFCAE03) is known color: Orange. HEX triplet: FC, AE and 03. RGB value is (252,174,3). Sum of RGB (Red+Green+Blue) = 252+174+3=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAE03 is #0351FC. Grayscale: #B2B2B2. Windows color (decimal): -217597 or 241404. OLE color: 241404.
HSL color Cylindrical-coordinate representation of color #FCAE03: hue angle of 41.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCAE03 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.01 |
| HSL | 41.2º | 0.98% | 0.5% | - |
| HSV(B) | 41.2º | 0.99% | 0.99% | - |
| XYZ | 55.3 | 50.97 | 7.01 | - |
| YUV | 177.83 | 29.34 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 3 | 0 | 0.31 | 0.99 | 0.01 | 41.2 | 0.98 | 0.5 |
| Hex | FC | AE | 3 | 0 | 1F | 63 | 1 | 29 | 62 | 32 |
| Octal | 374 | 256 | 3 | 0 | 37 | 143 | 1 | 51 | 142 | 62 |
| Binary | 11111100 | 10101110 | 11 | 0 | 11111 | 1100011 | 1 | 101001 | 1100010 | 110010 |
Color Harmonies of #FCAE03
Complementary color
Monochromatic Colors of #FCAE03
Black with #FCAE03
Text Example
Text Example
White with #FCAE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAE03; }
p { color: rgb(252,174,3); }
H1.HeaderClassName
{
color: #FCAE03;
}
.AnyTagClassName
{
color: #FCAE03;
}
</style>
background-color css
<style>
a { background-color: #FCAE03; }
a { background-color: rgb(252,174,3); }
div.DivClassName
{
background-color: #FCAE03;
}
.BgClassName
{
background-color: #FCAE03;
}
</style>
border-color css
<style>
span { border-color: #FCAE03; }
span { border-color: rgb(252,174,3); }
td.TdClassName
{
border-color: #FCAE03;
}
.TagClassName
{
border-color: #FCAE03;
}
</style>