Shades of Tangerine Yellow #FAC803
Tints of Tangerine Yellow #FAC803
RGB
CMYK
RGB Variations
Color information
#FAC803 (or 0xFAC803) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 03. RGB value is (250,200,3). Sum of RGB (Red+Green+Blue) = 250+200+3=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC803 is #0537FC. Grayscale: #C1C1C1. Windows color (decimal): -342013 or 248058. OLE color: 248058.
HSL color Cylindrical-coordinate representation of color #FAC803: hue angle of 47.85º 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 #FAC803 is Cyan = 0, Magento = 0.2, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 3 | - |
| CMYK | 0 | 0.2 | 0.99 | 0.02 |
| HSL | 47.85º | 0.98% | 0.5% | - |
| HSV(B) | 47.85º | 0.99% | 0.98% | - |
| XYZ | 60.1 | 61.64 | 8.82 | - |
| YUV | 192.49 | 21.07 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 3 | 0 | 0.2 | 0.99 | 0.02 | 47.85 | 0.98 | 0.5 |
| Hex | FA | C8 | 3 | 0 | 14 | 63 | 2 | 30 | 62 | 32 |
| Octal | 372 | 310 | 3 | 0 | 24 | 143 | 2 | 60 | 142 | 62 |
| Binary | 11111010 | 11001000 | 11 | 0 | 10100 | 1100011 | 10 | 110000 | 1100010 | 110010 |
Color Harmonies of #FAC803
Complementary color
Monochromatic Colors of #FAC803
Black with #FAC803
Text Example
Text Example
White with #FAC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC803; }
p { color: rgb(250,200,3); }
H1.HeaderClassName
{
color: #FAC803;
}
.AnyTagClassName
{
color: #FAC803;
}
</style>
background-color css
<style>
a { background-color: #FAC803; }
a { background-color: rgb(250,200,3); }
div.DivClassName
{
background-color: #FAC803;
}
.BgClassName
{
background-color: #FAC803;
}
</style>
border-color css
<style>
span { border-color: #FAC803; }
span { border-color: rgb(250,200,3); }
td.TdClassName
{
border-color: #FAC803;
}
.TagClassName
{
border-color: #FAC803;
}
</style>