Shades of Tangerine Yellow #FAC903
Tints of Tangerine Yellow #FAC903
RGB
CMYK
RGB Variations
Color information
#FAC903 (or 0xFAC903) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 03. RGB value is (250,201,3). Sum of RGB (Red+Green+Blue) = 250+201+3=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC903 is #0536FC. Grayscale: #C1C1C1. Windows color (decimal): -341757 or 248314. OLE color: 248314.
HSL color Cylindrical-coordinate representation of color #FAC903: hue angle of 48.1º 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 #FAC903 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.02 |
| HSL | 48.1º | 0.98% | 0.5% | - |
| HSV(B) | 48.1º | 0.99% | 0.98% | - |
| XYZ | 60.33 | 62.1 | 8.89 | - |
| YUV | 193.08 | 20.73 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 3 | 0 | 0.20 | 0.99 | 0.02 | 48.1 | 0.98 | 0.5 |
| Hex | FA | C9 | 3 | 0 | 14 | 63 | 2 | 30 | 62 | 32 |
| Octal | 372 | 311 | 3 | 0 | 24 | 143 | 2 | 60 | 142 | 62 |
| Binary | 11111010 | 11001001 | 11 | 0 | 10100 | 1100011 | 10 | 110000 | 1100010 | 110010 |
Color Harmonies of #FAC903
Complementary color
Monochromatic Colors of #FAC903
Black with #FAC903
Text Example
Text Example
White with #FAC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC903; }
p { color: rgb(250,201,3); }
H1.HeaderClassName
{
color: #FAC903;
}
.AnyTagClassName
{
color: #FAC903;
}
</style>
background-color css
<style>
a { background-color: #FAC903; }
a { background-color: rgb(250,201,3); }
div.DivClassName
{
background-color: #FAC903;
}
.BgClassName
{
background-color: #FAC903;
}
</style>
border-color css
<style>
span { border-color: #FAC903; }
span { border-color: rgb(250,201,3); }
td.TdClassName
{
border-color: #FAC903;
}
.TagClassName
{
border-color: #FAC903;
}
</style>