Shades of Tangerine Yellow #FACA0D
Tints of Tangerine Yellow #FACA0D
RGB
CMYK
RGB Variations
Color information
#FACA0D (or 0xFACA0D) is known color: Tangerine Yellow. HEX triplet: FA, CA and 0D. RGB value is (250,202,13). Sum of RGB (Red+Green+Blue) = 250+202+13=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA0D is #0535F2. Grayscale: #C3C3C3. Windows color (decimal): -341491 or 903930. OLE color: 903930.
HSL color Cylindrical-coordinate representation of color #FACA0D: hue angle of 47.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FACA0D is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 13 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.02 |
| HSL | 47.85º | 0.96% | 0.52% | - |
| HSV(B) | 47.85º | 0.95% | 0.98% | - |
| XYZ | 60.62 | 62.59 | 9.27 | - |
| YUV | 194.81 | 25.4 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 13 | 0 | 0.19 | 0.95 | 0.02 | 47.85 | 0.96 | 0.52 |
| Hex | FA | CA | D | 0 | 13 | 5F | 2 | 30 | 60 | 34 |
| Octal | 372 | 312 | 15 | 0 | 23 | 137 | 2 | 60 | 140 | 64 |
| Binary | 11111010 | 11001010 | 1101 | 0 | 10011 | 1011111 | 10 | 110000 | 1100000 | 110100 |
Color Harmonies of #FACA0D
Complementary color
Monochromatic Colors of #FACA0D
Black with #FACA0D
Text Example
Text Example
White with #FACA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA0D; }
p { color: rgb(250,202,13); }
H1.HeaderClassName
{
color: #FACA0D;
}
.AnyTagClassName
{
color: #FACA0D;
}
</style>
background-color css
<style>
a { background-color: #FACA0D; }
a { background-color: rgb(250,202,13); }
div.DivClassName
{
background-color: #FACA0D;
}
.BgClassName
{
background-color: #FACA0D;
}
</style>
border-color css
<style>
span { border-color: #FACA0D; }
span { border-color: rgb(250,202,13); }
td.TdClassName
{
border-color: #FACA0D;
}
.TagClassName
{
border-color: #FACA0D;
}
</style>