Shades of Tangerine Yellow #F9CD0C
Tints of Tangerine Yellow #F9CD0C
RGB
CMYK
RGB Variations
Color information
#F9CD0C (or 0xF9CD0C) is known color: Tangerine Yellow. HEX triplet: F9, CD and 0C. RGB value is (249,205,12). Sum of RGB (Red+Green+Blue) = 249+205+12=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CD0C is #0632F3. Grayscale: #C4C4C4. Windows color (decimal): -406260 or 839161. OLE color: 839161.
HSL color Cylindrical-coordinate representation of color #F9CD0C: hue angle of 48.86º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9CD0C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 205 | 12 | - |
CMYK | 0 | 0.18 | 0.95 | 0.02 |
HSL | 48.86º | 0.95% | 0.51% | - |
HSV(B) | 48.86º | 0.95% | 0.98% | - |
XYZ | 60.96 | 63.83 | 9.45 | - |
YUV | 196.15 | 24.08 | 165.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 205 | 12 | 0 | 0.18 | 0.95 | 0.02 | 48.86 | 0.95 | 0.51 |
Hex | F9 | CD | C | 0 | 12 | 5F | 2 | 31 | 5F | 33 |
Octal | 371 | 315 | 14 | 0 | 22 | 137 | 2 | 61 | 137 | 63 |
Binary | 11111001 | 11001101 | 1100 | 0 | 10010 | 1011111 | 10 | 110001 | 1011111 | 110011 |
Color Harmonies of #F9CD0C
Complementary color
Monochromatic Colors of #F9CD0C
Black with #F9CD0C
Text Example
Text Example
White with #F9CD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CD0C; }
p { color: rgb(249,205,12); }
H1.HeaderClassName
{
color: #F9CD0C;
}
.AnyTagClassName
{
color: #F9CD0C;
}
</style>
background-color css
<style>
a { background-color: #F9CD0C; }
a { background-color: rgb(249,205,12); }
div.DivClassName
{
background-color: #F9CD0C;
}
.BgClassName
{
background-color: #F9CD0C;
}
</style>
border-color css
<style>
span { border-color: #F9CD0C; }
span { border-color: rgb(249,205,12); }
td.TdClassName
{
border-color: #F9CD0C;
}
.TagClassName
{
border-color: #F9CD0C;
}
</style>