Shades of Selective Yellow #FFB80C
Tints of Selective Yellow #FFB80C
RGB
CMYK
RGB Variations
Color information
#FFB80C (or 0xFFB80C) is known color: Selective Yellow. HEX triplet: FF, B8 and 0C. RGB value is (255,184,12). Sum of RGB (Red+Green+Blue) = 255+184+12=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB80C is #0047F3. Grayscale: #BABABA. Windows color (decimal): -18420 or 833791. OLE color: 833791.
HSL color Cylindrical-coordinate representation of color #FFB80C: hue angle of 42.47º 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 #FFB80C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0 |
| HSL | 42.47º | 1% | 0.52% | - |
| HSV(B) | 42.47º | 0.95% | 1% | - |
| XYZ | 58.45 | 55.57 | 7.99 | - |
| YUV | 185.62 | 30.02 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 12 | 0 | 0.28 | 0.95 | 0 | 42.47 | 1 | 0.52 |
| Hex | FF | B8 | C | 0 | 1C | 5F | 0 | 2A | 64 | 34 |
| Octal | 377 | 270 | 14 | 0 | 34 | 137 | 0 | 52 | 144 | 64 |
| Binary | 11111111 | 10111000 | 1100 | 0 | 11100 | 1011111 | 0 | 101010 | 1100100 | 110100 |
Color Harmonies of #FFB80C
Complementary color
Monochromatic Colors of #FFB80C
Black with #FFB80C
Text Example
Text Example
White with #FFB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB80C; }
p { color: rgb(255,184,12); }
H1.HeaderClassName
{
color: #FFB80C;
}
.AnyTagClassName
{
color: #FFB80C;
}
</style>
background-color css
<style>
a { background-color: #FFB80C; }
a { background-color: rgb(255,184,12); }
div.DivClassName
{
background-color: #FFB80C;
}
.BgClassName
{
background-color: #FFB80C;
}
</style>
border-color css
<style>
span { border-color: #FFB80C; }
span { border-color: rgb(255,184,12); }
td.TdClassName
{
border-color: #FFB80C;
}
.TagClassName
{
border-color: #FFB80C;
}
</style>