Shades of Selective Yellow #FEBB0F
Tints of Selective Yellow #FEBB0F
RGB
CMYK
RGB Variations
Color information
#FEBB0F (or 0xFEBB0F) is known color: Selective Yellow. HEX triplet: FE, BB and 0F. RGB value is (254,187,15). Sum of RGB (Red+Green+Blue) = 254+187+15=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB0F is #0144F0. Grayscale: #BCBCBC. Windows color (decimal): -83185 or 1031166. OLE color: 1031166.
HSL color Cylindrical-coordinate representation of color #FEBB0F: hue angle of 43.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEBB0F is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 15 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.00 |
| HSL | 43.18º | 0.99% | 0.53% | - |
| HSV(B) | 43.18º | 0.94% | 1% | - |
| XYZ | 58.73 | 56.65 | 8.29 | - |
| YUV | 187.43 | 30.7 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 15 | 0 | 0.26 | 0.94 | 0.00 | 43.18 | 0.99 | 0.53 |
| Hex | FE | BB | F | 0 | 1A | 5E | 0 | 2B | 63 | 35 |
| Octal | 376 | 273 | 17 | 0 | 32 | 136 | 0 | 53 | 143 | 65 |
| Binary | 11111110 | 10111011 | 1111 | 0 | 11010 | 1011110 | 0 | 101011 | 1100011 | 110101 |
Color Harmonies of #FEBB0F
Complementary color
Monochromatic Colors of #FEBB0F
Black with #FEBB0F
Text Example
Text Example
White with #FEBB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB0F; }
p { color: rgb(254,187,15); }
H1.HeaderClassName
{
color: #FEBB0F;
}
.AnyTagClassName
{
color: #FEBB0F;
}
</style>
background-color css
<style>
a { background-color: #FEBB0F; }
a { background-color: rgb(254,187,15); }
div.DivClassName
{
background-color: #FEBB0F;
}
.BgClassName
{
background-color: #FEBB0F;
}
</style>
border-color css
<style>
span { border-color: #FEBB0F; }
span { border-color: rgb(254,187,15); }
td.TdClassName
{
border-color: #FEBB0F;
}
.TagClassName
{
border-color: #FEBB0F;
}
</style>