Shades of Tangerine Yellow #F9CC02
Tints of Tangerine Yellow #F9CC02
RGB
CMYK
RGB Variations
Color information
#F9CC02 (or 0xF9CC02) is known color: Tangerine Yellow. HEX triplet: F9, CC and 02. RGB value is (249,204,2). Sum of RGB (Red+Green+Blue) = 249+204+2=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CC02 is #0633FD. Grayscale: #C3C3C3. Windows color (decimal): -406526 or 183545. OLE color: 183545.
HSL color Cylindrical-coordinate representation of color #F9CC02: hue angle of 49.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9CC02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 204 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.02 |
| HSL | 49.07º | 0.98% | 0.49% | - |
| HSV(B) | 49.07º | 0.99% | 0.98% | - |
| XYZ | 60.67 | 63.33 | 9.08 | - |
| YUV | 194.43 | 19.41 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 204 | 2 | 0 | 0.18 | 0.99 | 0.02 | 49.07 | 0.98 | 0.49 |
| Hex | F9 | CC | 2 | 0 | 12 | 63 | 2 | 31 | 62 | 31 |
| Octal | 371 | 314 | 2 | 0 | 22 | 143 | 2 | 61 | 142 | 61 |
| Binary | 11111001 | 11001100 | 10 | 0 | 10010 | 1100011 | 10 | 110001 | 1100010 | 110001 |
Color Harmonies of #F9CC02
Complementary color
Monochromatic Colors of #F9CC02
Black with #F9CC02
Text Example
Text Example
White with #F9CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CC02; }
p { color: rgb(249,204,2); }
H1.HeaderClassName
{
color: #F9CC02;
}
.AnyTagClassName
{
color: #F9CC02;
}
</style>
background-color css
<style>
a { background-color: #F9CC02; }
a { background-color: rgb(249,204,2); }
div.DivClassName
{
background-color: #F9CC02;
}
.BgClassName
{
background-color: #F9CC02;
}
</style>
border-color css
<style>
span { border-color: #F9CC02; }
span { border-color: rgb(249,204,2); }
td.TdClassName
{
border-color: #F9CC02;
}
.TagClassName
{
border-color: #F9CC02;
}
</style>