Shades of Orange #FAA803
Tints of Orange #FAA803
RGB
CMYK
RGB Variations
Color information
#FAA803 (or 0xFAA803) is known color: Orange. HEX triplet: FA, A8 and 03. RGB value is (250,168,3). Sum of RGB (Red+Green+Blue) = 250+168+3=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA803 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA803 is #0557FC. Grayscale: #AEAEAE. Windows color (decimal): -350205 or 239866. OLE color: 239866.
HSL color Cylindrical-coordinate representation of color #FAA803: hue angle of 40.08º 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 #FAA803 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.02 |
| HSL | 40.08º | 0.98% | 0.5% | - |
| HSV(B) | 40.08º | 0.99% | 0.98% | - |
| XYZ | 53.44 | 48.34 | 6.6 | - |
| YUV | 173.71 | 31.67 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 3 | 0 | 0.33 | 0.99 | 0.02 | 40.08 | 0.98 | 0.5 |
| Hex | FA | A8 | 3 | 0 | 21 | 63 | 2 | 28 | 62 | 32 |
| Octal | 372 | 250 | 3 | 0 | 41 | 143 | 2 | 50 | 142 | 62 |
| Binary | 11111010 | 10101000 | 11 | 0 | 100001 | 1100011 | 10 | 101000 | 1100010 | 110010 |
Color Harmonies of #FAA803
Complementary color
Monochromatic Colors of #FAA803
Black with #FAA803
Text Example
Text Example
White with #FAA803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA803; }
p { color: rgb(250,168,3); }
H1.HeaderClassName
{
color: #FAA803;
}
.AnyTagClassName
{
color: #FAA803;
}
</style>
background-color css
<style>
a { background-color: #FAA803; }
a { background-color: rgb(250,168,3); }
div.DivClassName
{
background-color: #FAA803;
}
.BgClassName
{
background-color: #FAA803;
}
</style>
border-color css
<style>
span { border-color: #FAA803; }
span { border-color: rgb(250,168,3); }
td.TdClassName
{
border-color: #FAA803;
}
.TagClassName
{
border-color: #FAA803;
}
</style>