Shades of Tangerine Yellow #FFCD0B
Tints of Tangerine Yellow #FFCD0B
RGB
CMYK
RGB Variations
Color information
#FFCD0B (or 0xFFCD0B) is known color: Tangerine Yellow. HEX triplet: FF, CD and 0B. RGB value is (255,205,11). Sum of RGB (Red+Green+Blue) = 255+205+11=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD0B is #0032F4. Grayscale: #C6C6C6. Windows color (decimal): -13045 or 773631. OLE color: 773631.
HSL color Cylindrical-coordinate representation of color #FFCD0B: hue angle of 47.7º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFCD0B is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 11 | - |
| CMYK | 0 | 0.20 | 0.96 | 0 |
| HSL | 47.7º | 1% | 0.52% | - |
| HSV(B) | 47.7º | 0.96% | 1% | - |
| XYZ | 63.13 | 64.95 | 9.53 | - |
| YUV | 197.83 | 22.57 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 11 | 0 | 0.20 | 0.96 | 0 | 47.7 | 1 | 0.52 |
| Hex | FF | CD | B | 0 | 14 | 60 | 0 | 30 | 64 | 34 |
| Octal | 377 | 315 | 13 | 0 | 24 | 140 | 0 | 60 | 144 | 64 |
| Binary | 11111111 | 11001101 | 1011 | 0 | 10100 | 1100000 | 0 | 110000 | 1100100 | 110100 |
Color Harmonies of #FFCD0B
Complementary color
Monochromatic Colors of #FFCD0B
Black with #FFCD0B
Text Example
Text Example
White with #FFCD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD0B; }
p { color: rgb(255,205,11); }
H1.HeaderClassName
{
color: #FFCD0B;
}
.AnyTagClassName
{
color: #FFCD0B;
}
</style>
background-color css
<style>
a { background-color: #FFCD0B; }
a { background-color: rgb(255,205,11); }
div.DivClassName
{
background-color: #FFCD0B;
}
.BgClassName
{
background-color: #FFCD0B;
}
</style>
border-color css
<style>
span { border-color: #FFCD0B; }
span { border-color: rgb(255,205,11); }
td.TdClassName
{
border-color: #FFCD0B;
}
.TagClassName
{
border-color: #FFCD0B;
}
</style>