Shades of Tangerine Yellow #FECC0D
Tints of Tangerine Yellow #FECC0D
RGB
CMYK
RGB Variations
Color information
#FECC0D (or 0xFECC0D) is known color: Tangerine Yellow. HEX triplet: FE, CC and 0D. RGB value is (254,204,13). Sum of RGB (Red+Green+Blue) = 254+204+13=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC0D is #0133F2. Grayscale: #C5C5C5. Windows color (decimal): -78835 or 904446. OLE color: 904446.
HSL color Cylindrical-coordinate representation of color #FECC0D: hue angle of 47.55º 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 #FECC0D is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 13 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.00 |
| HSL | 47.55º | 0.99% | 0.52% | - |
| HSV(B) | 47.55º | 0.95% | 1% | - |
| XYZ | 62.54 | 64.29 | 9.49 | - |
| YUV | 197.18 | 24.07 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 13 | 0 | 0.20 | 0.95 | 0.00 | 47.55 | 0.99 | 0.52 |
| Hex | FE | CC | D | 0 | 14 | 5F | 0 | 30 | 63 | 34 |
| Octal | 376 | 314 | 15 | 0 | 24 | 137 | 0 | 60 | 143 | 64 |
| Binary | 11111110 | 11001100 | 1101 | 0 | 10100 | 1011111 | 0 | 110000 | 1100011 | 110100 |
Color Harmonies of #FECC0D
Complementary color
Monochromatic Colors of #FECC0D
Black with #FECC0D
Text Example
Text Example
White with #FECC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC0D; }
p { color: rgb(254,204,13); }
H1.HeaderClassName
{
color: #FECC0D;
}
.AnyTagClassName
{
color: #FECC0D;
}
</style>
background-color css
<style>
a { background-color: #FECC0D; }
a { background-color: rgb(254,204,13); }
div.DivClassName
{
background-color: #FECC0D;
}
.BgClassName
{
background-color: #FECC0D;
}
</style>
border-color css
<style>
span { border-color: #FECC0D; }
span { border-color: rgb(254,204,13); }
td.TdClassName
{
border-color: #FECC0D;
}
.TagClassName
{
border-color: #FECC0D;
}
</style>