Shades of Tangerine Yellow #FFC701
Tints of Tangerine Yellow #FFC701
RGB
CMYK
RGB Variations
Color information
#FFC701 (or 0xFFC701) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 01. RGB value is (255,199,1). Sum of RGB (Red+Green+Blue) = 255+199+1=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC701 is #0038FE. Grayscale: #C2C2C2. Windows color (decimal): -14591 or 116735. OLE color: 116735.
HSL color Cylindrical-coordinate representation of color #FFC701: hue angle of 46.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFC701 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0 |
| HSL | 46.77º | 1% | 0.5% | - |
| HSV(B) | 46.77º | 1% | 1% | - |
| XYZ | 61.67 | 62.11 | 8.77 | - |
| YUV | 193.17 | 19.55 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 1 | 0 | 0.22 | 1.00 | 0 | 46.77 | 1 | 0.5 |
| Hex | FF | C7 | 1 | 0 | 16 | 64 | 0 | 2F | 64 | 32 |
| Octal | 377 | 307 | 1 | 0 | 26 | 144 | 0 | 57 | 144 | 62 |
| Binary | 11111111 | 11000111 | 1 | 0 | 10110 | 1100100 | 0 | 101111 | 1100100 | 110010 |
Color Harmonies of #FFC701
Complementary color
Monochromatic Colors of #FFC701
Black with #FFC701
Text Example
Text Example
White with #FFC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC701; }
p { color: rgb(255,199,1); }
H1.HeaderClassName
{
color: #FFC701;
}
.AnyTagClassName
{
color: #FFC701;
}
</style>
background-color css
<style>
a { background-color: #FFC701; }
a { background-color: rgb(255,199,1); }
div.DivClassName
{
background-color: #FFC701;
}
.BgClassName
{
background-color: #FFC701;
}
</style>
border-color css
<style>
span { border-color: #FFC701; }
span { border-color: rgb(255,199,1); }
td.TdClassName
{
border-color: #FFC701;
}
.TagClassName
{
border-color: #FFC701;
}
</style>