Shades of Turbo #FDCB14
Tints of Turbo #FDCB14
RGB
CMYK
RGB Variations
Color information
#FDCB14 (or 0xFDCB14) is known color: Turbo. HEX triplet: FD, CB and 14. RGB value is (253,203,20). Sum of RGB (Red+Green+Blue) = 253+203+20=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB14 is #0234EB. Grayscale: #C5C5C5. Windows color (decimal): -144620 or 1362941. OLE color: 1362941.
HSL color Cylindrical-coordinate representation of color #FDCB14: hue angle of 47.12º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDCB14 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 20 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.01 |
| HSL | 47.12º | 0.98% | 0.54% | - |
| HSV(B) | 47.12º | 0.92% | 0.99% | - |
| XYZ | 61.99 | 63.65 | 9.68 | - |
| YUV | 197.09 | 28.07 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 20 | 0 | 0.20 | 0.92 | 0.01 | 47.12 | 0.98 | 0.54 |
| Hex | FD | CB | 14 | 0 | 14 | 5C | 1 | 2F | 62 | 36 |
| Octal | 375 | 313 | 24 | 0 | 24 | 134 | 1 | 57 | 142 | 66 |
| Binary | 11111101 | 11001011 | 10100 | 0 | 10100 | 1011100 | 1 | 101111 | 1100010 | 110110 |
Color Harmonies of #FDCB14
Complementary color
Monochromatic Colors of #FDCB14
Black with #FDCB14
Text Example
Text Example
White with #FDCB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB14; }
p { color: rgb(253,203,20); }
H1.HeaderClassName
{
color: #FDCB14;
}
.AnyTagClassName
{
color: #FDCB14;
}
</style>
background-color css
<style>
a { background-color: #FDCB14; }
a { background-color: rgb(253,203,20); }
div.DivClassName
{
background-color: #FDCB14;
}
.BgClassName
{
background-color: #FDCB14;
}
</style>
border-color css
<style>
span { border-color: #FDCB14; }
span { border-color: rgb(253,203,20); }
td.TdClassName
{
border-color: #FDCB14;
}
.TagClassName
{
border-color: #FDCB14;
}
</style>