Shades of Tangerine Yellow #FACC0B
Tints of Tangerine Yellow #FACC0B
RGB
CMYK
RGB Variations
Color information
#FACC0B (or 0xFACC0B) is known color: Tangerine Yellow. HEX triplet: FA, CC and 0B. RGB value is (250,204,11). Sum of RGB (Red+Green+Blue) = 250+204+11=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC0B is #0533F4. Grayscale: #C4C4C4. Windows color (decimal): -340981 or 773370. OLE color: 773370.
HSL color Cylindrical-coordinate representation of color #FACC0B: hue angle of 48.45º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FACC0B is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 11 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.02 |
| HSL | 48.45º | 0.96% | 0.51% | - |
| HSV(B) | 48.45º | 0.96% | 0.98% | - |
| XYZ | 61.08 | 63.53 | 9.36 | - |
| YUV | 195.75 | 23.74 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 11 | 0 | 0.18 | 0.96 | 0.02 | 48.45 | 0.96 | 0.51 |
| Hex | FA | CC | B | 0 | 12 | 60 | 2 | 30 | 60 | 33 |
| Octal | 372 | 314 | 13 | 0 | 22 | 140 | 2 | 60 | 140 | 63 |
| Binary | 11111010 | 11001100 | 1011 | 0 | 10010 | 1100000 | 10 | 110000 | 1100000 | 110011 |
Color Harmonies of #FACC0B
Complementary color
Monochromatic Colors of #FACC0B
Black with #FACC0B
Text Example
Text Example
White with #FACC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC0B; }
p { color: rgb(250,204,11); }
H1.HeaderClassName
{
color: #FACC0B;
}
.AnyTagClassName
{
color: #FACC0B;
}
</style>
background-color css
<style>
a { background-color: #FACC0B; }
a { background-color: rgb(250,204,11); }
div.DivClassName
{
background-color: #FACC0B;
}
.BgClassName
{
background-color: #FACC0B;
}
</style>
border-color css
<style>
span { border-color: #FACC0B; }
span { border-color: rgb(250,204,11); }
td.TdClassName
{
border-color: #FACC0B;
}
.TagClassName
{
border-color: #FACC0B;
}
</style>