Shades of Turbo #F3CF25
Tints of Turbo #F3CF25
RGB
CMYK
RGB Variations
Color information
#F3CF25 (or 0xF3CF25) is known color: Turbo. HEX triplet: F3, CF and 25. RGB value is (243,207,37). Sum of RGB (Red+Green+Blue) = 243+207+37=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CF25 is #0C30DA. Grayscale: #C7C7C7. Windows color (decimal): -798939 or 2478067. OLE color: 2478067.
HSL color Cylindrical-coordinate representation of color #F3CF25: hue angle of 49.51º 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 #F3CF25 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 37 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.05 |
| HSL | 49.51º | 0.9% | 0.55% | - |
| HSV(B) | 49.51º | 0.85% | 0.95% | - |
| XYZ | 59.61 | 63.81 | 10.93 | - |
| YUV | 198.38 | 36.93 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 37 | 0 | 0.15 | 0.85 | 0.05 | 49.51 | 0.9 | 0.55 |
| Hex | F3 | CF | 25 | 0 | F | 55 | 5 | 32 | 5A | 37 |
| Octal | 363 | 317 | 45 | 0 | 17 | 125 | 5 | 62 | 132 | 67 |
| Binary | 11110011 | 11001111 | 100101 | 0 | 1111 | 1010101 | 101 | 110010 | 1011010 | 110111 |
Color Harmonies of #F3CF25
Complementary color
Monochromatic Colors of #F3CF25
Black with #F3CF25
Text Example
Text Example
White with #F3CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF25; }
p { color: rgb(243,207,37); }
H1.HeaderClassName
{
color: #F3CF25;
}
.AnyTagClassName
{
color: #F3CF25;
}
</style>
background-color css
<style>
a { background-color: #F3CF25; }
a { background-color: rgb(243,207,37); }
div.DivClassName
{
background-color: #F3CF25;
}
.BgClassName
{
background-color: #F3CF25;
}
</style>
border-color css
<style>
span { border-color: #F3CF25; }
span { border-color: rgb(243,207,37); }
td.TdClassName
{
border-color: #F3CF25;
}
.TagClassName
{
border-color: #F3CF25;
}
</style>