Shades of Tangerine Yellow #F9CE00
Tints of Tangerine Yellow #F9CE00
RGB
CMYK
RGB Variations
Color information
#F9CE00 (or 0xF9CE00) is known color: Tangerine Yellow. HEX triplet: F9, CE and 00. RGB value is (249,206,0). Sum of RGB (Red+Green+Blue) = 249+206+0=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CE00 is #0631FF. Grayscale: #C4C4C4. Windows color (decimal): -406016 or 52985. OLE color: 52985.
HSL color Cylindrical-coordinate representation of color #F9CE00: hue angle of 49.64º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9CE00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.02 |
| HSL | 49.64º | 1% | 0.49% | - |
| HSV(B) | 49.64º | 1% | 0.98% | - |
| XYZ | 61.14 | 64.28 | 9.19 | - |
| YUV | 195.37 | 17.75 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 0 | 0 | 0.17 | 1 | 0.02 | 49.64 | 1 | 0.49 |
| Hex | F9 | CE | 0 | 0 | 11 | 64 | 2 | 32 | 64 | 31 |
| Octal | 371 | 316 | 0 | 0 | 21 | 144 | 2 | 62 | 144 | 61 |
| Binary | 11111001 | 11001110 | 0 | 0 | 10001 | 1100100 | 10 | 110010 | 1100100 | 110001 |
Color Harmonies of #F9CE00
Complementary color
Monochromatic Colors of #F9CE00
Black with #F9CE00
Text Example
Text Example
White with #F9CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CE00; }
p { color: rgb(249,206,0); }
H1.HeaderClassName
{
color: #F9CE00;
}
.AnyTagClassName
{
color: #F9CE00;
}
</style>
background-color css
<style>
a { background-color: #F9CE00; }
a { background-color: rgb(249,206,0); }
div.DivClassName
{
background-color: #F9CE00;
}
.BgClassName
{
background-color: #F9CE00;
}
</style>
border-color css
<style>
span { border-color: #F9CE00; }
span { border-color: rgb(249,206,0); }
td.TdClassName
{
border-color: #F9CE00;
}
.TagClassName
{
border-color: #F9CE00;
}
</style>