Shades of Tangerine Yellow #FACC03
Tints of Tangerine Yellow #FACC03
RGB
CMYK
RGB Variations
Color information
#FACC03 (or 0xFACC03) is known color: Tangerine Yellow. HEX triplet: FA, CC and 03. RGB value is (250,204,3). Sum of RGB (Red+Green+Blue) = 250+204+3=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 3 (1.56% from 255 or 0.66% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC03 is #0533FC. Grayscale: #C3C3C3. Windows color (decimal): -340989 or 249082. OLE color: 249082.
HSL color Cylindrical-coordinate representation of color #FACC03: hue angle of 48.83º 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 #FACC03 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.02 |
| HSL | 48.83º | 0.98% | 0.5% | - |
| HSV(B) | 48.83º | 0.99% | 0.98% | - |
| XYZ | 61.03 | 63.52 | 9.13 | - |
| YUV | 194.84 | 19.74 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 3 | 0 | 0.18 | 0.99 | 0.02 | 48.83 | 0.98 | 0.5 |
| Hex | FA | CC | 3 | 0 | 12 | 63 | 2 | 31 | 62 | 32 |
| Octal | 372 | 314 | 3 | 0 | 22 | 143 | 2 | 61 | 142 | 62 |
| Binary | 11111010 | 11001100 | 11 | 0 | 10010 | 1100011 | 10 | 110001 | 1100010 | 110010 |
Color Harmonies of #FACC03
Complementary color
Monochromatic Colors of #FACC03
Black with #FACC03
Text Example
Text Example
White with #FACC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC03; }
p { color: rgb(250,204,3); }
H1.HeaderClassName
{
color: #FACC03;
}
.AnyTagClassName
{
color: #FACC03;
}
</style>
background-color css
<style>
a { background-color: #FACC03; }
a { background-color: rgb(250,204,3); }
div.DivClassName
{
background-color: #FACC03;
}
.BgClassName
{
background-color: #FACC03;
}
</style>
border-color css
<style>
span { border-color: #FACC03; }
span { border-color: rgb(250,204,3); }
td.TdClassName
{
border-color: #FACC03;
}
.TagClassName
{
border-color: #FACC03;
}
</style>