Shades of Tangerine Yellow #F1CF0D
Tints of Tangerine Yellow #F1CF0D
RGB
CMYK
RGB Variations
Color information
#F1CF0D (or 0xF1CF0D) is known color: Tangerine Yellow. HEX triplet: F1, CF and 0D. RGB value is (241,207,13). Sum of RGB (Red+Green+Blue) = 241+207+13=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CF0D is #0E30F2. Grayscale: #C3C3C3. Windows color (decimal): -930035 or 905201. OLE color: 905201.
HSL color Cylindrical-coordinate representation of color #F1CF0D: hue angle of 51.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1CF0D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.05 |
| HSL | 51.05º | 0.9% | 0.5% | - |
| HSV(B) | 51.05º | 0.95% | 0.95% | - |
| XYZ | 58.66 | 63.36 | 9.52 | - |
| YUV | 195.05 | 25.26 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 13 | 0 | 0.14 | 0.95 | 0.05 | 51.05 | 0.9 | 0.5 |
| Hex | F1 | CF | D | 0 | E | 5F | 5 | 33 | 5A | 32 |
| Octal | 361 | 317 | 15 | 0 | 16 | 137 | 5 | 63 | 132 | 62 |
| Binary | 11110001 | 11001111 | 1101 | 0 | 1110 | 1011111 | 101 | 110011 | 1011010 | 110010 |
Color Harmonies of #F1CF0D
Complementary color
Monochromatic Colors of #F1CF0D
Black with #F1CF0D
Text Example
Text Example
White with #F1CF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF0D; }
p { color: rgb(241,207,13); }
H1.HeaderClassName
{
color: #F1CF0D;
}
.AnyTagClassName
{
color: #F1CF0D;
}
</style>
background-color css
<style>
a { background-color: #F1CF0D; }
a { background-color: rgb(241,207,13); }
div.DivClassName
{
background-color: #F1CF0D;
}
.BgClassName
{
background-color: #F1CF0D;
}
</style>
border-color css
<style>
span { border-color: #F1CF0D; }
span { border-color: rgb(241,207,13); }
td.TdClassName
{
border-color: #F1CF0D;
}
.TagClassName
{
border-color: #F1CF0D;
}
</style>