Shades of Turbo #F9CE1D
Tints of Turbo #F9CE1D
RGB
CMYK
RGB Variations
Color information
#F9CE1D (or 0xF9CE1D) is known color: Turbo. HEX triplet: F9, CE and 1D. RGB value is (249,206,29). Sum of RGB (Red+Green+Blue) = 249+206+29=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CE1D is #0631E2. Grayscale: #C7C7C7. Windows color (decimal): -405987 or 1953529. OLE color: 1953529.
HSL color Cylindrical-coordinate representation of color #F9CE1D: hue angle of 48.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9CE1D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 29 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.02 |
| HSL | 48.27º | 0.95% | 0.55% | - |
| HSV(B) | 48.27º | 0.88% | 0.98% | - |
| XYZ | 61.36 | 64.37 | 10.35 | - |
| YUV | 198.68 | 32.25 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 29 | 0 | 0.17 | 0.88 | 0.02 | 48.27 | 0.95 | 0.55 |
| Hex | F9 | CE | 1D | 0 | 11 | 58 | 2 | 30 | 5F | 37 |
| Octal | 371 | 316 | 35 | 0 | 21 | 130 | 2 | 60 | 137 | 67 |
| Binary | 11111001 | 11001110 | 11101 | 0 | 10001 | 1011000 | 10 | 110000 | 1011111 | 110111 |
Color Harmonies of #F9CE1D
Complementary color
Monochromatic Colors of #F9CE1D
Black with #F9CE1D
Text Example
Text Example
White with #F9CE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CE1D; }
p { color: rgb(249,206,29); }
H1.HeaderClassName
{
color: #F9CE1D;
}
.AnyTagClassName
{
color: #F9CE1D;
}
</style>
background-color css
<style>
a { background-color: #F9CE1D; }
a { background-color: rgb(249,206,29); }
div.DivClassName
{
background-color: #F9CE1D;
}
.BgClassName
{
background-color: #F9CE1D;
}
</style>
border-color css
<style>
span { border-color: #F9CE1D; }
span { border-color: rgb(249,206,29); }
td.TdClassName
{
border-color: #F9CE1D;
}
.TagClassName
{
border-color: #F9CE1D;
}
</style>