Shades of Turbo #FFCD1A
Tints of Turbo #FFCD1A
RGB
CMYK
RGB Variations
Color information
#FFCD1A (or 0xFFCD1A) is known color: Turbo. HEX triplet: FF, CD and 1A. RGB value is (255,205,26). Sum of RGB (Red+Green+Blue) = 255+205+26=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD1A is #0032E5. Grayscale: #C8C8C8. Windows color (decimal): -13030 or 1756671. OLE color: 1756671.
HSL color Cylindrical-coordinate representation of color #FFCD1A: hue angle of 46.9º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFCD1A is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 26 | - |
| CMYK | 0 | 0.20 | 0.90 | 0 |
| HSL | 46.9º | 1% | 0.55% | - |
| HSV(B) | 46.9º | 0.9% | 1% | - |
| XYZ | 63.26 | 65 | 10.19 | - |
| YUV | 199.54 | 30.07 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 26 | 0 | 0.20 | 0.90 | 0 | 46.9 | 1 | 0.55 |
| Hex | FF | CD | 1A | 0 | 14 | 5A | 0 | 2F | 64 | 37 |
| Octal | 377 | 315 | 32 | 0 | 24 | 132 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001101 | 11010 | 0 | 10100 | 1011010 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCD1A
Complementary color
Monochromatic Colors of #FFCD1A
Black with #FFCD1A
Text Example
Text Example
White with #FFCD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD1A; }
p { color: rgb(255,205,26); }
H1.HeaderClassName
{
color: #FFCD1A;
}
.AnyTagClassName
{
color: #FFCD1A;
}
</style>
background-color css
<style>
a { background-color: #FFCD1A; }
a { background-color: rgb(255,205,26); }
div.DivClassName
{
background-color: #FFCD1A;
}
.BgClassName
{
background-color: #FFCD1A;
}
</style>
border-color css
<style>
span { border-color: #FFCD1A; }
span { border-color: rgb(255,205,26); }
td.TdClassName
{
border-color: #FFCD1A;
}
.TagClassName
{
border-color: #FFCD1A;
}
</style>