Shades of Turbo #F1CC1B
Tints of Turbo #F1CC1B
RGB
CMYK
RGB Variations
Color information
#F1CC1B (or 0xF1CC1B) is known color: Turbo. HEX triplet: F1, CC and 1B. RGB value is (241,204,27). Sum of RGB (Red+Green+Blue) = 241+204+27=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CC1B is #0E33E4. Grayscale: #C3C3C3. Windows color (decimal): -930789 or 1821937. OLE color: 1821937.
HSL color Cylindrical-coordinate representation of color #F1CC1B: hue angle of 49.63º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1CC1B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.05 |
| HSL | 49.63º | 0.88% | 0.53% | - |
| HSV(B) | 49.63º | 0.89% | 0.95% | - |
| XYZ | 58.07 | 61.97 | 9.94 | - |
| YUV | 194.89 | 33.26 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 27 | 0 | 0.15 | 0.89 | 0.05 | 49.63 | 0.88 | 0.53 |
| Hex | F1 | CC | 1B | 0 | F | 59 | 5 | 32 | 58 | 35 |
| Octal | 361 | 314 | 33 | 0 | 17 | 131 | 5 | 62 | 130 | 65 |
| Binary | 11110001 | 11001100 | 11011 | 0 | 1111 | 1011001 | 101 | 110010 | 1011000 | 110101 |
Color Harmonies of #F1CC1B
Complementary color
Monochromatic Colors of #F1CC1B
Black with #F1CC1B
Text Example
Text Example
White with #F1CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CC1B; }
p { color: rgb(241,204,27); }
H1.HeaderClassName
{
color: #F1CC1B;
}
.AnyTagClassName
{
color: #F1CC1B;
}
</style>
background-color css
<style>
a { background-color: #F1CC1B; }
a { background-color: rgb(241,204,27); }
div.DivClassName
{
background-color: #F1CC1B;
}
.BgClassName
{
background-color: #F1CC1B;
}
</style>
border-color css
<style>
span { border-color: #F1CC1B; }
span { border-color: rgb(241,204,27); }
td.TdClassName
{
border-color: #F1CC1B;
}
.TagClassName
{
border-color: #F1CC1B;
}
</style>