Shades of Tangerine Yellow #F0CB0D
Tints of Tangerine Yellow #F0CB0D
RGB
CMYK
RGB Variations
Color information
#F0CB0D (or 0xF0CB0D) is known color: Tangerine Yellow. HEX triplet: F0, CB and 0D. RGB value is (240,203,13). Sum of RGB (Red+Green+Blue) = 240+203+13=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CB0D is #0F34F2. Grayscale: #C1C1C1. Windows color (decimal): -996595 or 904176. OLE color: 904176.
HSL color Cylindrical-coordinate representation of color #F0CB0D: hue angle of 50.22º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0CB0D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.06 |
| HSL | 50.22º | 0.9% | 0.5% | - |
| HSV(B) | 50.22º | 0.95% | 0.94% | - |
| XYZ | 57.36 | 61.27 | 9.18 | - |
| YUV | 192.4 | 26.76 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 13 | 0 | 0.15 | 0.95 | 0.06 | 50.22 | 0.9 | 0.5 |
| Hex | F0 | CB | D | 0 | F | 5F | 6 | 32 | 5A | 32 |
| Octal | 360 | 313 | 15 | 0 | 17 | 137 | 6 | 62 | 132 | 62 |
| Binary | 11110000 | 11001011 | 1101 | 0 | 1111 | 1011111 | 110 | 110010 | 1011010 | 110010 |
Color Harmonies of #F0CB0D
Complementary color
Monochromatic Colors of #F0CB0D
Black with #F0CB0D
Text Example
Text Example
White with #F0CB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB0D; }
p { color: rgb(240,203,13); }
H1.HeaderClassName
{
color: #F0CB0D;
}
.AnyTagClassName
{
color: #F0CB0D;
}
</style>
background-color css
<style>
a { background-color: #F0CB0D; }
a { background-color: rgb(240,203,13); }
div.DivClassName
{
background-color: #F0CB0D;
}
.BgClassName
{
background-color: #F0CB0D;
}
</style>
border-color css
<style>
span { border-color: #F0CB0D; }
span { border-color: rgb(240,203,13); }
td.TdClassName
{
border-color: #F0CB0D;
}
.TagClassName
{
border-color: #F0CB0D;
}
</style>