Shades of Selective Yellow #FFB700
Tints of Selective Yellow #FFB700
RGB
CMYK
RGB Variations
Color information
#FFB700 (or 0xFFB700) is known color: Selective Yellow. HEX triplet: FF, B7 and 00. RGB value is (255,183,0). Sum of RGB (Red+Green+Blue) = 255+183+0=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB700 is #0048FF. Grayscale: #B8B8B8. Windows color (decimal): -18688 or 47103. OLE color: 47103.
HSL color Cylindrical-coordinate representation of color #FFB700: hue angle of 43.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFB700 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0 |
| HSL | 43.06º | 1% | 0.5% | - |
| HSV(B) | 43.06º | 1% | 1% | - |
| XYZ | 58.17 | 55.13 | 7.57 | - |
| YUV | 183.67 | 24.35 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 0 | 0 | 0.28 | 1 | 0 | 43.06 | 1 | 0.5 |
| Hex | FF | B7 | 0 | 0 | 1C | 64 | 0 | 2B | 64 | 32 |
| Octal | 377 | 267 | 0 | 0 | 34 | 144 | 0 | 53 | 144 | 62 |
| Binary | 11111111 | 10110111 | 0 | 0 | 11100 | 1100100 | 0 | 101011 | 1100100 | 110010 |
Color Harmonies of #FFB700
Complementary color
Monochromatic Colors of #FFB700
Black with #FFB700
Text Example
Text Example
White with #FFB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB700; }
p { color: rgb(255,183,0); }
H1.HeaderClassName
{
color: #FFB700;
}
.AnyTagClassName
{
color: #FFB700;
}
</style>
background-color css
<style>
a { background-color: #FFB700; }
a { background-color: rgb(255,183,0); }
div.DivClassName
{
background-color: #FFB700;
}
.BgClassName
{
background-color: #FFB700;
}
</style>
border-color css
<style>
span { border-color: #FFB700; }
span { border-color: rgb(255,183,0); }
td.TdClassName
{
border-color: #FFB700;
}
.TagClassName
{
border-color: #FFB700;
}
</style>