Shades of Selective Yellow #FFB50C
Tints of Selective Yellow #FFB50C
RGB
CMYK
RGB Variations
Color information
#FFB50C (or 0xFFB50C) is known color: Selective Yellow. HEX triplet: FF, B5 and 0C. RGB value is (255,181,12). Sum of RGB (Red+Green+Blue) = 255+181+12=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB50C is #004AF3. Grayscale: #B8B8B8. Windows color (decimal): -19188 or 833023. OLE color: 833023.
HSL color Cylindrical-coordinate representation of color #FFB50C: hue angle of 41.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB50C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0 |
| HSL | 41.73º | 1% | 0.52% | - |
| HSV(B) | 41.73º | 0.95% | 1% | - |
| XYZ | 57.83 | 54.33 | 7.79 | - |
| YUV | 183.86 | 31.02 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 12 | 0 | 0.29 | 0.95 | 0 | 41.73 | 1 | 0.52 |
| Hex | FF | B5 | C | 0 | 1D | 5F | 0 | 2A | 64 | 34 |
| Octal | 377 | 265 | 14 | 0 | 35 | 137 | 0 | 52 | 144 | 64 |
| Binary | 11111111 | 10110101 | 1100 | 0 | 11101 | 1011111 | 0 | 101010 | 1100100 | 110100 |
Color Harmonies of #FFB50C
Complementary color
Monochromatic Colors of #FFB50C
Black with #FFB50C
Text Example
Text Example
White with #FFB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB50C; }
p { color: rgb(255,181,12); }
H1.HeaderClassName
{
color: #FFB50C;
}
.AnyTagClassName
{
color: #FFB50C;
}
</style>
background-color css
<style>
a { background-color: #FFB50C; }
a { background-color: rgb(255,181,12); }
div.DivClassName
{
background-color: #FFB50C;
}
.BgClassName
{
background-color: #FFB50C;
}
</style>
border-color css
<style>
span { border-color: #FFB50C; }
span { border-color: rgb(255,181,12); }
td.TdClassName
{
border-color: #FFB50C;
}
.TagClassName
{
border-color: #FFB50C;
}
</style>