Shades of Selective Yellow #FFB20A
Tints of Selective Yellow #FFB20A
RGB
CMYK
RGB Variations
Color information
#FFB20A (or 0xFFB20A) is known color: Selective Yellow. HEX triplet: FF, B2 and 0A. RGB value is (255,178,10). Sum of RGB (Red+Green+Blue) = 255+178+10=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB20A is #004DF5. Grayscale: #B6B6B6. Windows color (decimal): -19958 or 701183. OLE color: 701183.
HSL color Cylindrical-coordinate representation of color #FFB20A: hue angle of 41.14º 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 #FFB20A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 10 | - |
| CMYK | 0 | 0.30 | 0.96 | 0 |
| HSL | 41.14º | 1% | 0.52% | - |
| HSV(B) | 41.14º | 0.96% | 1% | - |
| XYZ | 57.22 | 53.12 | 7.53 | - |
| YUV | 181.87 | 31.01 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 10 | 0 | 0.30 | 0.96 | 0 | 41.14 | 1 | 0.52 |
| Hex | FF | B2 | A | 0 | 1E | 60 | 0 | 29 | 64 | 34 |
| Octal | 377 | 262 | 12 | 0 | 36 | 140 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110010 | 1010 | 0 | 11110 | 1100000 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB20A
Complementary color
Monochromatic Colors of #FFB20A
Black with #FFB20A
Text Example
Text Example
White with #FFB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB20A; }
p { color: rgb(255,178,10); }
H1.HeaderClassName
{
color: #FFB20A;
}
.AnyTagClassName
{
color: #FFB20A;
}
</style>
background-color css
<style>
a { background-color: #FFB20A; }
a { background-color: rgb(255,178,10); }
div.DivClassName
{
background-color: #FFB20A;
}
.BgClassName
{
background-color: #FFB20A;
}
</style>
border-color css
<style>
span { border-color: #FFB20A; }
span { border-color: rgb(255,178,10); }
td.TdClassName
{
border-color: #FFB20A;
}
.TagClassName
{
border-color: #FFB20A;
}
</style>