Shades of Tangerine Yellow #F5CB0D
Tints of Tangerine Yellow #F5CB0D
RGB
CMYK
RGB Variations
Color information
#F5CB0D (or 0xF5CB0D) is known color: Tangerine Yellow. HEX triplet: F5, CB and 0D. RGB value is (245,203,13). Sum of RGB (Red+Green+Blue) = 245+203+13=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CB0D is #0A34F2. Grayscale: #C2C2C2. Windows color (decimal): -668915 or 904181. OLE color: 904181.
HSL color Cylindrical-coordinate representation of color #F5CB0D: hue angle of 49.14º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5CB0D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 13 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.04 |
| HSL | 49.14º | 0.92% | 0.51% | - |
| HSV(B) | 49.14º | 0.95% | 0.96% | - |
| XYZ | 59.08 | 62.15 | 9.26 | - |
| YUV | 193.9 | 25.91 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 13 | 0 | 0.17 | 0.95 | 0.04 | 49.14 | 0.92 | 0.51 |
| Hex | F5 | CB | D | 0 | 11 | 5F | 4 | 31 | 5C | 33 |
| Octal | 365 | 313 | 15 | 0 | 21 | 137 | 4 | 61 | 134 | 63 |
| Binary | 11110101 | 11001011 | 1101 | 0 | 10001 | 1011111 | 100 | 110001 | 1011100 | 110011 |
Color Harmonies of #F5CB0D
Complementary color
Monochromatic Colors of #F5CB0D
Black with #F5CB0D
Text Example
Text Example
White with #F5CB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB0D; }
p { color: rgb(245,203,13); }
H1.HeaderClassName
{
color: #F5CB0D;
}
.AnyTagClassName
{
color: #F5CB0D;
}
</style>
background-color css
<style>
a { background-color: #F5CB0D; }
a { background-color: rgb(245,203,13); }
div.DivClassName
{
background-color: #F5CB0D;
}
.BgClassName
{
background-color: #F5CB0D;
}
</style>
border-color css
<style>
span { border-color: #F5CB0D; }
span { border-color: rgb(245,203,13); }
td.TdClassName
{
border-color: #F5CB0D;
}
.TagClassName
{
border-color: #F5CB0D;
}
</style>