Shades of Turbo #F3CB25
Tints of Turbo #F3CB25
RGB
CMYK
RGB Variations
Color information
#F3CB25 (or 0xF3CB25) is known color: Turbo. HEX triplet: F3, CB and 25. RGB value is (243,203,37). Sum of RGB (Red+Green+Blue) = 243+203+37=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB25 is #0C34DA. Grayscale: #C4C4C4. Windows color (decimal): -799963 or 2477043. OLE color: 2477043.
HSL color Cylindrical-coordinate representation of color #F3CB25: hue angle of 48.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3CB25 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 37 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.05 |
| HSL | 48.35º | 0.9% | 0.55% | - |
| HSV(B) | 48.35º | 0.85% | 0.95% | - |
| XYZ | 58.65 | 61.9 | 10.61 | - |
| YUV | 196.04 | 38.25 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 37 | 0 | 0.16 | 0.85 | 0.05 | 48.35 | 0.9 | 0.55 |
| Hex | F3 | CB | 25 | 0 | 10 | 55 | 5 | 30 | 5A | 37 |
| Octal | 363 | 313 | 45 | 0 | 20 | 125 | 5 | 60 | 132 | 67 |
| Binary | 11110011 | 11001011 | 100101 | 0 | 10000 | 1010101 | 101 | 110000 | 1011010 | 110111 |
Color Harmonies of #F3CB25
Complementary color
Monochromatic Colors of #F3CB25
Black with #F3CB25
Text Example
Text Example
White with #F3CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CB25; }
p { color: rgb(243,203,37); }
H1.HeaderClassName
{
color: #F3CB25;
}
.AnyTagClassName
{
color: #F3CB25;
}
</style>
background-color css
<style>
a { background-color: #F3CB25; }
a { background-color: rgb(243,203,37); }
div.DivClassName
{
background-color: #F3CB25;
}
.BgClassName
{
background-color: #F3CB25;
}
</style>
border-color css
<style>
span { border-color: #F3CB25; }
span { border-color: rgb(243,203,37); }
td.TdClassName
{
border-color: #F3CB25;
}
.TagClassName
{
border-color: #F3CB25;
}
</style>