Shades of Tangerine Yellow #FFCA09
Tints of Tangerine Yellow #FFCA09
RGB
CMYK
RGB Variations
Color information
#FFCA09 (or 0xFFCA09) is known color: Tangerine Yellow. HEX triplet: FF, CA and 09. RGB value is (255,202,9). Sum of RGB (Red+Green+Blue) = 255+202+9=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 9 (3.91% from 255 or 1.93% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA09 is #0035F6. Grayscale: #C4C4C4. Windows color (decimal): -13815 or 641791. OLE color: 641791.
HSL color Cylindrical-coordinate representation of color #FFCA09: hue angle of 47.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFCA09 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0 |
| HSL | 47.07º | 1% | 0.52% | - |
| HSV(B) | 47.07º | 0.96% | 1% | - |
| XYZ | 62.41 | 63.52 | 9.23 | - |
| YUV | 195.85 | 22.56 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 9 | 0 | 0.21 | 0.96 | 0 | 47.07 | 1 | 0.52 |
| Hex | FF | CA | 9 | 0 | 15 | 60 | 0 | 2F | 64 | 34 |
| Octal | 377 | 312 | 11 | 0 | 25 | 140 | 0 | 57 | 144 | 64 |
| Binary | 11111111 | 11001010 | 1001 | 0 | 10101 | 1100000 | 0 | 101111 | 1100100 | 110100 |
Color Harmonies of #FFCA09
Complementary color
Monochromatic Colors of #FFCA09
Black with #FFCA09
Text Example
Text Example
White with #FFCA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA09; }
p { color: rgb(255,202,9); }
H1.HeaderClassName
{
color: #FFCA09;
}
.AnyTagClassName
{
color: #FFCA09;
}
</style>
background-color css
<style>
a { background-color: #FFCA09; }
a { background-color: rgb(255,202,9); }
div.DivClassName
{
background-color: #FFCA09;
}
.BgClassName
{
background-color: #FFCA09;
}
</style>
border-color css
<style>
span { border-color: #FFCA09; }
span { border-color: rgb(255,202,9); }
td.TdClassName
{
border-color: #FFCA09;
}
.TagClassName
{
border-color: #FFCA09;
}
</style>