Shades of Tangerine Yellow #FFC80D
Tints of Tangerine Yellow #FFC80D
RGB
CMYK
RGB Variations
Color information
#FFC80D (or 0xFFC80D) is known color: Tangerine Yellow. HEX triplet: FF, C8 and 0D. RGB value is (255,200,13). Sum of RGB (Red+Green+Blue) = 255+200+13=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC80D is #0037F2. Grayscale: #C3C3C3. Windows color (decimal): -14323 or 903423. OLE color: 903423.
HSL color Cylindrical-coordinate representation of color #FFC80D: hue angle of 46.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFC80D is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 13 | - |
| CMYK | 0 | 0.22 | 0.95 | 0 |
| HSL | 46.36º | 1% | 0.53% | - |
| HSV(B) | 46.36º | 0.95% | 1% | - |
| XYZ | 61.97 | 62.6 | 9.2 | - |
| YUV | 195.13 | 25.22 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 13 | 0 | 0.22 | 0.95 | 0 | 46.36 | 1 | 0.53 |
| Hex | FF | C8 | D | 0 | 16 | 5F | 0 | 2E | 64 | 35 |
| Octal | 377 | 310 | 15 | 0 | 26 | 137 | 0 | 56 | 144 | 65 |
| Binary | 11111111 | 11001000 | 1101 | 0 | 10110 | 1011111 | 0 | 101110 | 1100100 | 110101 |
Color Harmonies of #FFC80D
Complementary color
Monochromatic Colors of #FFC80D
Black with #FFC80D
Text Example
Text Example
White with #FFC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC80D; }
p { color: rgb(255,200,13); }
H1.HeaderClassName
{
color: #FFC80D;
}
.AnyTagClassName
{
color: #FFC80D;
}
</style>
background-color css
<style>
a { background-color: #FFC80D; }
a { background-color: rgb(255,200,13); }
div.DivClassName
{
background-color: #FFC80D;
}
.BgClassName
{
background-color: #FFC80D;
}
</style>
border-color css
<style>
span { border-color: #FFC80D; }
span { border-color: rgb(255,200,13); }
td.TdClassName
{
border-color: #FFC80D;
}
.TagClassName
{
border-color: #FFC80D;
}
</style>