Shades of Selective Yellow #FFB30B
Tints of Selective Yellow #FFB30B
RGB
CMYK
RGB Variations
Color information
#FFB30B (or 0xFFB30B) is known color: Selective Yellow. HEX triplet: FF, B3 and 0B. RGB value is (255,179,11). Sum of RGB (Red+Green+Blue) = 255+179+11=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB30B is #004CF4. Grayscale: #B7B7B7. Windows color (decimal): -19701 or 766975. OLE color: 766975.
HSL color Cylindrical-coordinate representation of color #FFB30B: hue angle of 41.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFB30B is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 11 | - |
| CMYK | 0 | 0.30 | 0.96 | 0 |
| HSL | 41.31º | 1% | 0.52% | - |
| HSV(B) | 41.31º | 0.96% | 1% | - |
| XYZ | 57.42 | 53.52 | 7.62 | - |
| YUV | 182.57 | 31.18 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 11 | 0 | 0.30 | 0.96 | 0 | 41.31 | 1 | 0.52 |
| Hex | FF | B3 | B | 0 | 1E | 60 | 0 | 29 | 64 | 34 |
| Octal | 377 | 263 | 13 | 0 | 36 | 140 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110011 | 1011 | 0 | 11110 | 1100000 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB30B
Complementary color
Monochromatic Colors of #FFB30B
Black with #FFB30B
Text Example
Text Example
White with #FFB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB30B; }
p { color: rgb(255,179,11); }
H1.HeaderClassName
{
color: #FFB30B;
}
.AnyTagClassName
{
color: #FFB30B;
}
</style>
background-color css
<style>
a { background-color: #FFB30B; }
a { background-color: rgb(255,179,11); }
div.DivClassName
{
background-color: #FFB30B;
}
.BgClassName
{
background-color: #FFB30B;
}
</style>
border-color css
<style>
span { border-color: #FFB30B; }
span { border-color: rgb(255,179,11); }
td.TdClassName
{
border-color: #FFB30B;
}
.TagClassName
{
border-color: #FFB30B;
}
</style>