Shades of Orange #FAAE03
Tints of Orange #FAAE03
RGB
CMYK
RGB Variations
Color information
#FAAE03 (or 0xFAAE03) is known color: Orange. HEX triplet: FA, AE and 03. RGB value is (250,174,3). Sum of RGB (Red+Green+Blue) = 250+174+3=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAE03 is #0551FC. Grayscale: #B1B1B1. Windows color (decimal): -348669 or 241402. OLE color: 241402.
HSL color Cylindrical-coordinate representation of color #FAAE03: hue angle of 41.54º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAAE03 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.02 |
| HSL | 41.54º | 0.98% | 0.5% | - |
| HSV(B) | 41.54º | 0.99% | 0.98% | - |
| XYZ | 54.58 | 50.6 | 6.98 | - |
| YUV | 177.23 | 29.68 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 3 | 0 | 0.30 | 0.99 | 0.02 | 41.54 | 0.98 | 0.5 |
| Hex | FA | AE | 3 | 0 | 1E | 63 | 2 | 2A | 62 | 32 |
| Octal | 372 | 256 | 3 | 0 | 36 | 143 | 2 | 52 | 142 | 62 |
| Binary | 11111010 | 10101110 | 11 | 0 | 11110 | 1100011 | 10 | 101010 | 1100010 | 110010 |
Color Harmonies of #FAAE03
Complementary color
Monochromatic Colors of #FAAE03
Black with #FAAE03
Text Example
Text Example
White with #FAAE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE03; }
p { color: rgb(250,174,3); }
H1.HeaderClassName
{
color: #FAAE03;
}
.AnyTagClassName
{
color: #FAAE03;
}
</style>
background-color css
<style>
a { background-color: #FAAE03; }
a { background-color: rgb(250,174,3); }
div.DivClassName
{
background-color: #FAAE03;
}
.BgClassName
{
background-color: #FAAE03;
}
</style>
border-color css
<style>
span { border-color: #FAAE03; }
span { border-color: rgb(250,174,3); }
td.TdClassName
{
border-color: #FAAE03;
}
.TagClassName
{
border-color: #FAAE03;
}
</style>