Shades of Turbo #FDCF1E
Tints of Turbo #FDCF1E
RGB
CMYK
RGB Variations
Color information
#FDCF1E (or 0xFDCF1E) is known color: Turbo. HEX triplet: FD, CF and 1E. RGB value is (253,207,30). Sum of RGB (Red+Green+Blue) = 253+207+30=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF1E is #0230E1. Grayscale: #C9C9C9. Windows color (decimal): -143586 or 2019325. OLE color: 2019325.
HSL color Cylindrical-coordinate representation of color #FDCF1E: hue angle of 47.62º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDCF1E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 30 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.01 |
| HSL | 47.62º | 0.98% | 0.55% | - |
| HSV(B) | 47.62º | 0.88% | 0.99% | - |
| XYZ | 63.06 | 65.6 | 10.57 | - |
| YUV | 200.58 | 31.74 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 30 | 0 | 0.18 | 0.88 | 0.01 | 47.62 | 0.98 | 0.55 |
| Hex | FD | CF | 1E | 0 | 12 | 58 | 1 | 30 | 62 | 37 |
| Octal | 375 | 317 | 36 | 0 | 22 | 130 | 1 | 60 | 142 | 67 |
| Binary | 11111101 | 11001111 | 11110 | 0 | 10010 | 1011000 | 1 | 110000 | 1100010 | 110111 |
Color Harmonies of #FDCF1E
Complementary color
Monochromatic Colors of #FDCF1E
Black with #FDCF1E
Text Example
Text Example
White with #FDCF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF1E; }
p { color: rgb(253,207,30); }
H1.HeaderClassName
{
color: #FDCF1E;
}
.AnyTagClassName
{
color: #FDCF1E;
}
</style>
background-color css
<style>
a { background-color: #FDCF1E; }
a { background-color: rgb(253,207,30); }
div.DivClassName
{
background-color: #FDCF1E;
}
.BgClassName
{
background-color: #FDCF1E;
}
</style>
border-color css
<style>
span { border-color: #FDCF1E; }
span { border-color: rgb(253,207,30); }
td.TdClassName
{
border-color: #FDCF1E;
}
.TagClassName
{
border-color: #FDCF1E;
}
</style>