Shades of Selective Yellow #FFB80D
Tints of Selective Yellow #FFB80D
RGB
CMYK
RGB Variations
Color information
#FFB80D (or 0xFFB80D) is known color: Selective Yellow. HEX triplet: FF, B8 and 0D. RGB value is (255,184,13). Sum of RGB (Red+Green+Blue) = 255+184+13=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB80D is #0047F2. Grayscale: #BABABA. Windows color (decimal): -18419 or 899327. OLE color: 899327.
HSL color Cylindrical-coordinate representation of color #FFB80D: hue angle of 42.4º 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 #FFB80D is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 13 | - |
| CMYK | 0 | 0.28 | 0.95 | 0 |
| HSL | 42.4º | 1% | 0.53% | - |
| HSV(B) | 42.4º | 0.95% | 1% | - |
| XYZ | 58.45 | 55.57 | 8.03 | - |
| YUV | 185.74 | 30.52 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 13 | 0 | 0.28 | 0.95 | 0 | 42.4 | 1 | 0.53 |
| Hex | FF | B8 | D | 0 | 1C | 5F | 0 | 2A | 64 | 35 |
| Octal | 377 | 270 | 15 | 0 | 34 | 137 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10111000 | 1101 | 0 | 11100 | 1011111 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB80D
Complementary color
Monochromatic Colors of #FFB80D
Black with #FFB80D
Text Example
Text Example
White with #FFB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB80D; }
p { color: rgb(255,184,13); }
H1.HeaderClassName
{
color: #FFB80D;
}
.AnyTagClassName
{
color: #FFB80D;
}
</style>
background-color css
<style>
a { background-color: #FFB80D; }
a { background-color: rgb(255,184,13); }
div.DivClassName
{
background-color: #FFB80D;
}
.BgClassName
{
background-color: #FFB80D;
}
</style>
border-color css
<style>
span { border-color: #FFB80D; }
span { border-color: rgb(255,184,13); }
td.TdClassName
{
border-color: #FFB80D;
}
.TagClassName
{
border-color: #FFB80D;
}
</style>