Shades of Turbo #FFCD27
Tints of Turbo #FFCD27
RGB
CMYK
RGB Variations
Color information
#FFCD27 (or 0xFFCD27) is known color: Turbo. HEX triplet: FF, CD and 27. RGB value is (255,205,39). Sum of RGB (Red+Green+Blue) = 255+205+39=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD27 is #0032D8. Grayscale: #C9C9C9. Windows color (decimal): -13017 or 2608639. OLE color: 2608639.
HSL color Cylindrical-coordinate representation of color #FFCD27: hue angle of 46.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFCD27 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 39 | - |
| CMYK | 0 | 0.20 | 0.85 | 0 |
| HSL | 46.11º | 1% | 0.58% | - |
| HSV(B) | 46.11º | 0.85% | 1% | - |
| XYZ | 63.44 | 65.07 | 11.14 | - |
| YUV | 201.03 | 36.57 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 39 | 0 | 0.20 | 0.85 | 0 | 46.11 | 1 | 0.58 |
| Hex | FF | CD | 27 | 0 | 14 | 55 | 0 | 2E | 64 | 3A |
| Octal | 377 | 315 | 47 | 0 | 24 | 125 | 0 | 56 | 144 | 72 |
| Binary | 11111111 | 11001101 | 100111 | 0 | 10100 | 1010101 | 0 | 101110 | 1100100 | 111010 |
Color Harmonies of #FFCD27
Complementary color
Monochromatic Colors of #FFCD27
Black with #FFCD27
Text Example
Text Example
White with #FFCD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD27; }
p { color: rgb(255,205,39); }
H1.HeaderClassName
{
color: #FFCD27;
}
.AnyTagClassName
{
color: #FFCD27;
}
</style>
background-color css
<style>
a { background-color: #FFCD27; }
a { background-color: rgb(255,205,39); }
div.DivClassName
{
background-color: #FFCD27;
}
.BgClassName
{
background-color: #FFCD27;
}
</style>
border-color css
<style>
span { border-color: #FFCD27; }
span { border-color: rgb(255,205,39); }
td.TdClassName
{
border-color: #FFCD27;
}
.TagClassName
{
border-color: #FFCD27;
}
</style>