Shades of Turbo #FFC81D
Tints of Turbo #FFC81D
RGB
CMYK
RGB Variations
Color information
#FFC81D (or 0xFFC81D) is known color: Turbo. HEX triplet: FF, C8 and 1D. RGB value is (255,200,29). Sum of RGB (Red+Green+Blue) = 255+200+29=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC81D is #0037E2. Grayscale: #C5C5C5. Windows color (decimal): -14307 or 1951999. OLE color: 1951999.
HSL color Cylindrical-coordinate representation of color #FFC81D: hue angle of 45.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFC81D is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 29 | - |
| CMYK | 0 | 0.22 | 0.89 | 0 |
| HSL | 45.4º | 1% | 0.56% | - |
| HSV(B) | 45.4º | 0.89% | 1% | - |
| XYZ | 62.12 | 62.66 | 9.98 | - |
| YUV | 196.95 | 33.22 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 29 | 0 | 0.22 | 0.89 | 0 | 45.4 | 1 | 0.56 |
| Hex | FF | C8 | 1D | 0 | 16 | 59 | 0 | 2D | 64 | 38 |
| Octal | 377 | 310 | 35 | 0 | 26 | 131 | 0 | 55 | 144 | 70 |
| Binary | 11111111 | 11001000 | 11101 | 0 | 10110 | 1011001 | 0 | 101101 | 1100100 | 111000 |
Color Harmonies of #FFC81D
Complementary color
Monochromatic Colors of #FFC81D
Black with #FFC81D
Text Example
Text Example
White with #FFC81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC81D; }
p { color: rgb(255,200,29); }
H1.HeaderClassName
{
color: #FFC81D;
}
.AnyTagClassName
{
color: #FFC81D;
}
</style>
background-color css
<style>
a { background-color: #FFC81D; }
a { background-color: rgb(255,200,29); }
div.DivClassName
{
background-color: #FFC81D;
}
.BgClassName
{
background-color: #FFC81D;
}
</style>
border-color css
<style>
span { border-color: #FFC81D; }
span { border-color: rgb(255,200,29); }
td.TdClassName
{
border-color: #FFC81D;
}
.TagClassName
{
border-color: #FFC81D;
}
</style>