Shades of Tangerine Yellow #FECB0C
Tints of Tangerine Yellow #FECB0C
RGB
CMYK
RGB Variations
Color information
#FECB0C (or 0xFECB0C) is known color: Tangerine Yellow. HEX triplet: FE, CB and 0C. RGB value is (254,203,12). Sum of RGB (Red+Green+Blue) = 254+203+12=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB0C is #0134F3. Grayscale: #C5C5C5. Windows color (decimal): -79092 or 838654. OLE color: 838654.
HSL color Cylindrical-coordinate representation of color #FECB0C: hue angle of 47.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FECB0C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.00 |
| HSL | 47.36º | 0.99% | 0.52% | - |
| HSV(B) | 47.36º | 0.95% | 1% | - |
| XYZ | 62.3 | 63.81 | 9.38 | - |
| YUV | 196.48 | 23.9 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 12 | 0 | 0.20 | 0.95 | 0.00 | 47.36 | 0.99 | 0.52 |
| Hex | FE | CB | C | 0 | 14 | 5F | 0 | 2F | 63 | 34 |
| Octal | 376 | 313 | 14 | 0 | 24 | 137 | 0 | 57 | 143 | 64 |
| Binary | 11111110 | 11001011 | 1100 | 0 | 10100 | 1011111 | 0 | 101111 | 1100011 | 110100 |
Color Harmonies of #FECB0C
Complementary color
Monochromatic Colors of #FECB0C
Black with #FECB0C
Text Example
Text Example
White with #FECB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB0C; }
p { color: rgb(254,203,12); }
H1.HeaderClassName
{
color: #FECB0C;
}
.AnyTagClassName
{
color: #FECB0C;
}
</style>
background-color css
<style>
a { background-color: #FECB0C; }
a { background-color: rgb(254,203,12); }
div.DivClassName
{
background-color: #FECB0C;
}
.BgClassName
{
background-color: #FECB0C;
}
</style>
border-color css
<style>
span { border-color: #FECB0C; }
span { border-color: rgb(254,203,12); }
td.TdClassName
{
border-color: #FECB0C;
}
.TagClassName
{
border-color: #FECB0C;
}
</style>