Shades of Turbo #FECF21
Tints of Turbo #FECF21
RGB
CMYK
RGB Variations
Color information
#FECF21 (or 0xFECF21) is known color: Turbo. HEX triplet: FE, CF and 21. RGB value is (254,207,33). Sum of RGB (Red+Green+Blue) = 254+207+33=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF21 is #0130DE. Grayscale: #C9C9C9. Windows color (decimal): -78047 or 2215934. OLE color: 2215934.
HSL color Cylindrical-coordinate representation of color #FECF21: hue angle of 47.24º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FECF21 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 33 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.00 |
| HSL | 47.24º | 0.99% | 0.56% | - |
| HSV(B) | 47.24º | 0.87% | 1% | - |
| XYZ | 63.46 | 65.81 | 10.8 | - |
| YUV | 201.22 | 33.07 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 33 | 0 | 0.19 | 0.87 | 0.00 | 47.24 | 0.99 | 0.56 |
| Hex | FE | CF | 21 | 0 | 13 | 57 | 0 | 2F | 63 | 38 |
| Octal | 376 | 317 | 41 | 0 | 23 | 127 | 0 | 57 | 143 | 70 |
| Binary | 11111110 | 11001111 | 100001 | 0 | 10011 | 1010111 | 0 | 101111 | 1100011 | 111000 |
Color Harmonies of #FECF21
Complementary color
Monochromatic Colors of #FECF21
Black with #FECF21
Text Example
Text Example
White with #FECF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF21; }
p { color: rgb(254,207,33); }
H1.HeaderClassName
{
color: #FECF21;
}
.AnyTagClassName
{
color: #FECF21;
}
</style>
background-color css
<style>
a { background-color: #FECF21; }
a { background-color: rgb(254,207,33); }
div.DivClassName
{
background-color: #FECF21;
}
.BgClassName
{
background-color: #FECF21;
}
</style>
border-color css
<style>
span { border-color: #FECF21; }
span { border-color: rgb(254,207,33); }
td.TdClassName
{
border-color: #FECF21;
}
.TagClassName
{
border-color: #FECF21;
}
</style>