Shades of Selective Yellow #FFB80E
Tints of Selective Yellow #FFB80E
RGB
CMYK
RGB Variations
Color information
#FFB80E (or 0xFFB80E) is known color: Selective Yellow. HEX triplet: FF, B8 and 0E. RGB value is (255,184,14). Sum of RGB (Red+Green+Blue) = 255+184+14=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB80E is #0047F1. Grayscale: #BABABA. Windows color (decimal): -18418 or 964863. OLE color: 964863.
HSL color Cylindrical-coordinate representation of color #FFB80E: hue angle of 42.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB80E is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 14 | - |
| CMYK | 0 | 0.28 | 0.95 | 0 |
| HSL | 42.32º | 1% | 0.53% | - |
| HSV(B) | 42.32º | 0.95% | 1% | - |
| XYZ | 58.46 | 55.57 | 8.06 | - |
| YUV | 185.85 | 31.02 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 14 | 0 | 0.28 | 0.95 | 0 | 42.32 | 1 | 0.53 |
| Hex | FF | B8 | E | 0 | 1C | 5F | 0 | 2A | 64 | 35 |
| Octal | 377 | 270 | 16 | 0 | 34 | 137 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10111000 | 1110 | 0 | 11100 | 1011111 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB80E
Complementary color
Monochromatic Colors of #FFB80E
Black with #FFB80E
Text Example
Text Example
White with #FFB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB80E; }
p { color: rgb(255,184,14); }
H1.HeaderClassName
{
color: #FFB80E;
}
.AnyTagClassName
{
color: #FFB80E;
}
</style>
background-color css
<style>
a { background-color: #FFB80E; }
a { background-color: rgb(255,184,14); }
div.DivClassName
{
background-color: #FFB80E;
}
.BgClassName
{
background-color: #FFB80E;
}
</style>
border-color css
<style>
span { border-color: #FFB80E; }
span { border-color: rgb(255,184,14); }
td.TdClassName
{
border-color: #FFB80E;
}
.TagClassName
{
border-color: #FFB80E;
}
</style>