Shades of Tangerine Yellow #FACF01
Tints of Tangerine Yellow #FACF01
RGB
CMYK
RGB Variations
Color information
#FACF01 (or 0xFACF01) is known color: Tangerine Yellow. HEX triplet: FA, CF and 01. RGB value is (250,207,1). Sum of RGB (Red+Green+Blue) = 250+207+1=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF01 is #0530FE. Grayscale: #C5C5C5. Windows color (decimal): -340223 or 118778. OLE color: 118778.
HSL color Cylindrical-coordinate representation of color #FACF01: hue angle of 49.64º 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 #FACF01 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.02 |
| HSL | 49.64º | 0.99% | 0.49% | - |
| HSV(B) | 49.64º | 1% | 0.98% | - |
| XYZ | 61.74 | 64.95 | 9.31 | - |
| YUV | 196.37 | 17.75 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 1 | 0 | 0.17 | 1.00 | 0.02 | 49.64 | 0.99 | 0.49 |
| Hex | FA | CF | 1 | 0 | 11 | 64 | 2 | 32 | 63 | 31 |
| Octal | 372 | 317 | 1 | 0 | 21 | 144 | 2 | 62 | 143 | 61 |
| Binary | 11111010 | 11001111 | 1 | 0 | 10001 | 1100100 | 10 | 110010 | 1100011 | 110001 |
Color Harmonies of #FACF01
Complementary color
Monochromatic Colors of #FACF01
Black with #FACF01
Text Example
Text Example
White with #FACF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACF01; }
p { color: rgb(250,207,1); }
H1.HeaderClassName
{
color: #FACF01;
}
.AnyTagClassName
{
color: #FACF01;
}
</style>
background-color css
<style>
a { background-color: #FACF01; }
a { background-color: rgb(250,207,1); }
div.DivClassName
{
background-color: #FACF01;
}
.BgClassName
{
background-color: #FACF01;
}
</style>
border-color css
<style>
span { border-color: #FACF01; }
span { border-color: rgb(250,207,1); }
td.TdClassName
{
border-color: #FACF01;
}
.TagClassName
{
border-color: #FACF01;
}
</style>