Shades of Turbo #FDCD1A
Tints of Turbo #FDCD1A
RGB
CMYK
RGB Variations
Color information
#FDCD1A (or 0xFDCD1A) is known color: Turbo. HEX triplet: FD, CD and 1A. RGB value is (253,205,26). Sum of RGB (Red+Green+Blue) = 253+205+26=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD1A is #0232E5. Grayscale: #C7C7C7. Windows color (decimal): -144102 or 1756669. OLE color: 1756669.
HSL color Cylindrical-coordinate representation of color #FDCD1A: hue angle of 47.31º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDCD1A is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 26 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.01 |
| HSL | 47.31º | 0.98% | 0.55% | - |
| HSV(B) | 47.31º | 0.9% | 0.99% | - |
| XYZ | 62.53 | 64.62 | 10.15 | - |
| YUV | 198.95 | 30.4 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 26 | 0 | 0.19 | 0.90 | 0.01 | 47.31 | 0.98 | 0.55 |
| Hex | FD | CD | 1A | 0 | 13 | 5A | 1 | 2F | 62 | 37 |
| Octal | 375 | 315 | 32 | 0 | 23 | 132 | 1 | 57 | 142 | 67 |
| Binary | 11111101 | 11001101 | 11010 | 0 | 10011 | 1011010 | 1 | 101111 | 1100010 | 110111 |
Color Harmonies of #FDCD1A
Complementary color
Monochromatic Colors of #FDCD1A
Black with #FDCD1A
Text Example
Text Example
White with #FDCD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD1A; }
p { color: rgb(253,205,26); }
H1.HeaderClassName
{
color: #FDCD1A;
}
.AnyTagClassName
{
color: #FDCD1A;
}
</style>
background-color css
<style>
a { background-color: #FDCD1A; }
a { background-color: rgb(253,205,26); }
div.DivClassName
{
background-color: #FDCD1A;
}
.BgClassName
{
background-color: #FDCD1A;
}
</style>
border-color css
<style>
span { border-color: #FDCD1A; }
span { border-color: rgb(253,205,26); }
td.TdClassName
{
border-color: #FDCD1A;
}
.TagClassName
{
border-color: #FDCD1A;
}
</style>