Shades of Selective Yellow #FEB60B
Tints of Selective Yellow #FEB60B
RGB
CMYK
RGB Variations
Color information
#FEB60B (or 0xFEB60B) is known color: Selective Yellow. HEX triplet: FE, B6 and 0B. RGB value is (254,182,11). Sum of RGB (Red+Green+Blue) = 254+182+11=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB60B is #0149F4. Grayscale: #B8B8B8. Windows color (decimal): -84469 or 767742. OLE color: 767742.
HSL color Cylindrical-coordinate representation of color #FEB60B: hue angle of 42.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEB60B is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 11 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.00 |
| HSL | 42.22º | 0.99% | 0.52% | - |
| HSV(B) | 42.22º | 0.96% | 1% | - |
| XYZ | 57.66 | 54.55 | 7.81 | - |
| YUV | 184.03 | 30.35 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 11 | 0 | 0.28 | 0.96 | 0.00 | 42.22 | 0.99 | 0.52 |
| Hex | FE | B6 | B | 0 | 1C | 60 | 0 | 2A | 63 | 34 |
| Octal | 376 | 266 | 13 | 0 | 34 | 140 | 0 | 52 | 143 | 64 |
| Binary | 11111110 | 10110110 | 1011 | 0 | 11100 | 1100000 | 0 | 101010 | 1100011 | 110100 |
Color Harmonies of #FEB60B
Complementary color
Monochromatic Colors of #FEB60B
Black with #FEB60B
Text Example
Text Example
White with #FEB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB60B; }
p { color: rgb(254,182,11); }
H1.HeaderClassName
{
color: #FEB60B;
}
.AnyTagClassName
{
color: #FEB60B;
}
</style>
background-color css
<style>
a { background-color: #FEB60B; }
a { background-color: rgb(254,182,11); }
div.DivClassName
{
background-color: #FEB60B;
}
.BgClassName
{
background-color: #FEB60B;
}
</style>
border-color css
<style>
span { border-color: #FEB60B; }
span { border-color: rgb(254,182,11); }
td.TdClassName
{
border-color: #FEB60B;
}
.TagClassName
{
border-color: #FEB60B;
}
</style>