Shades of Turbo #F2CE1B
Tints of Turbo #F2CE1B
RGB
CMYK
RGB Variations
Color information
#F2CE1B (or 0xF2CE1B) is known color: Turbo. HEX triplet: F2, CE and 1B. RGB value is (242,206,27). Sum of RGB (Red+Green+Blue) = 242+206+27=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE1B is #0D31E4. Grayscale: #C5C5C5. Windows color (decimal): -864741 or 1822450. OLE color: 1822450.
HSL color Cylindrical-coordinate representation of color #F2CE1B: hue angle of 49.95º degrees, saturation: 0.89, 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 #F2CE1B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.05 |
| HSL | 49.95º | 0.89% | 0.53% | - |
| HSV(B) | 49.95º | 0.89% | 0.95% | - |
| XYZ | 58.89 | 63.1 | 10.11 | - |
| YUV | 196.36 | 32.43 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 27 | 0 | 0.15 | 0.89 | 0.05 | 49.95 | 0.89 | 0.53 |
| Hex | F2 | CE | 1B | 0 | F | 59 | 5 | 32 | 59 | 35 |
| Octal | 362 | 316 | 33 | 0 | 17 | 131 | 5 | 62 | 131 | 65 |
| Binary | 11110010 | 11001110 | 11011 | 0 | 1111 | 1011001 | 101 | 110010 | 1011001 | 110101 |
Color Harmonies of #F2CE1B
Complementary color
Monochromatic Colors of #F2CE1B
Black with #F2CE1B
Text Example
Text Example
White with #F2CE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE1B; }
p { color: rgb(242,206,27); }
H1.HeaderClassName
{
color: #F2CE1B;
}
.AnyTagClassName
{
color: #F2CE1B;
}
</style>
background-color css
<style>
a { background-color: #F2CE1B; }
a { background-color: rgb(242,206,27); }
div.DivClassName
{
background-color: #F2CE1B;
}
.BgClassName
{
background-color: #F2CE1B;
}
</style>
border-color css
<style>
span { border-color: #F2CE1B; }
span { border-color: rgb(242,206,27); }
td.TdClassName
{
border-color: #F2CE1B;
}
.TagClassName
{
border-color: #F2CE1B;
}
</style>