Shades of Turbo #FECB1F
Tints of Turbo #FECB1F
RGB
CMYK
RGB Variations
Color information
#FECB1F (or 0xFECB1F) is known color: Turbo. HEX triplet: FE, CB and 1F. RGB value is (254,203,31). Sum of RGB (Red+Green+Blue) = 254+203+31=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 31 (12.5% from 255 or 6.35% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB1F is #0134E0. Grayscale: #C7C7C7. Windows color (decimal): -79073 or 2083838. OLE color: 2083838.
HSL color Cylindrical-coordinate representation of color #FECB1F: hue angle of 46.28º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FECB1F is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 31 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.00 |
| HSL | 46.28º | 0.99% | 0.56% | - |
| HSV(B) | 46.28º | 0.88% | 1% | - |
| XYZ | 62.48 | 63.88 | 10.33 | - |
| YUV | 198.64 | 33.4 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 31 | 0 | 0.20 | 0.88 | 0.00 | 46.28 | 0.99 | 0.56 |
| Hex | FE | CB | 1F | 0 | 14 | 58 | 0 | 2E | 63 | 38 |
| Octal | 376 | 313 | 37 | 0 | 24 | 130 | 0 | 56 | 143 | 70 |
| Binary | 11111110 | 11001011 | 11111 | 0 | 10100 | 1011000 | 0 | 101110 | 1100011 | 111000 |
Color Harmonies of #FECB1F
Complementary color
Monochromatic Colors of #FECB1F
Black with #FECB1F
Text Example
Text Example
White with #FECB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB1F; }
p { color: rgb(254,203,31); }
H1.HeaderClassName
{
color: #FECB1F;
}
.AnyTagClassName
{
color: #FECB1F;
}
</style>
background-color css
<style>
a { background-color: #FECB1F; }
a { background-color: rgb(254,203,31); }
div.DivClassName
{
background-color: #FECB1F;
}
.BgClassName
{
background-color: #FECB1F;
}
</style>
border-color css
<style>
span { border-color: #FECB1F; }
span { border-color: rgb(254,203,31); }
td.TdClassName
{
border-color: #FECB1F;
}
.TagClassName
{
border-color: #FECB1F;
}
</style>