Shades of Tangerine Yellow #FACA01
Tints of Tangerine Yellow #FACA01
RGB
CMYK
RGB Variations
Color information
#FACA01 (or 0xFACA01) is known color: Tangerine Yellow. HEX triplet: FA, CA and 01. RGB value is (250,202,1). Sum of RGB (Red+Green+Blue) = 250+202+1=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA01 is #0535FE. Grayscale: #C2C2C2. Windows color (decimal): -341503 or 117498. OLE color: 117498.
HSL color Cylindrical-coordinate representation of color #FACA01: hue angle of 48.43º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FACA01 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.02 |
| HSL | 48.43º | 0.99% | 0.49% | - |
| HSV(B) | 48.43º | 1% | 0.98% | - |
| XYZ | 60.55 | 62.57 | 8.91 | - |
| YUV | 193.44 | 19.4 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 1 | 0 | 0.19 | 1.00 | 0.02 | 48.43 | 0.99 | 0.49 |
| Hex | FA | CA | 1 | 0 | 13 | 64 | 2 | 30 | 63 | 31 |
| Octal | 372 | 312 | 1 | 0 | 23 | 144 | 2 | 60 | 143 | 61 |
| Binary | 11111010 | 11001010 | 1 | 0 | 10011 | 1100100 | 10 | 110000 | 1100011 | 110001 |
Color Harmonies of #FACA01
Complementary color
Monochromatic Colors of #FACA01
Black with #FACA01
Text Example
Text Example
White with #FACA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA01; }
p { color: rgb(250,202,1); }
H1.HeaderClassName
{
color: #FACA01;
}
.AnyTagClassName
{
color: #FACA01;
}
</style>
background-color css
<style>
a { background-color: #FACA01; }
a { background-color: rgb(250,202,1); }
div.DivClassName
{
background-color: #FACA01;
}
.BgClassName
{
background-color: #FACA01;
}
</style>
border-color css
<style>
span { border-color: #FACA01; }
span { border-color: rgb(250,202,1); }
td.TdClassName
{
border-color: #FACA01;
}
.TagClassName
{
border-color: #FACA01;
}
</style>