Shades of Tangerine Yellow #F2CA0D
Tints of Tangerine Yellow #F2CA0D
RGB
CMYK
RGB Variations
Color information
#F2CA0D (or 0xF2CA0D) is known color: Tangerine Yellow. HEX triplet: F2, CA and 0D. RGB value is (242,202,13). Sum of RGB (Red+Green+Blue) = 242+202+13=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CA0D is #0D35F2. Grayscale: #C1C1C1. Windows color (decimal): -865779 or 903922. OLE color: 903922.
HSL color Cylindrical-coordinate representation of color #F2CA0D: hue angle of 49.52º 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 #F2CA0D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 13 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.05 |
| HSL | 49.52º | 0.9% | 0.5% | - |
| HSV(B) | 49.52º | 0.95% | 0.95% | - |
| XYZ | 57.81 | 61.15 | 9.14 | - |
| YUV | 192.41 | 26.75 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 13 | 0 | 0.17 | 0.95 | 0.05 | 49.52 | 0.9 | 0.5 |
| Hex | F2 | CA | D | 0 | 11 | 5F | 5 | 32 | 5A | 32 |
| Octal | 362 | 312 | 15 | 0 | 21 | 137 | 5 | 62 | 132 | 62 |
| Binary | 11110010 | 11001010 | 1101 | 0 | 10001 | 1011111 | 101 | 110010 | 1011010 | 110010 |
Color Harmonies of #F2CA0D
Complementary color
Monochromatic Colors of #F2CA0D
Black with #F2CA0D
Text Example
Text Example
White with #F2CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA0D; }
p { color: rgb(242,202,13); }
H1.HeaderClassName
{
color: #F2CA0D;
}
.AnyTagClassName
{
color: #F2CA0D;
}
</style>
background-color css
<style>
a { background-color: #F2CA0D; }
a { background-color: rgb(242,202,13); }
div.DivClassName
{
background-color: #F2CA0D;
}
.BgClassName
{
background-color: #F2CA0D;
}
</style>
border-color css
<style>
span { border-color: #F2CA0D; }
span { border-color: rgb(242,202,13); }
td.TdClassName
{
border-color: #F2CA0D;
}
.TagClassName
{
border-color: #F2CA0D;
}
</style>