Shades of Selective Yellow #FFB70C
Tints of Selective Yellow #FFB70C
RGB
CMYK
RGB Variations
Color information
#FFB70C (or 0xFFB70C) is known color: Selective Yellow. HEX triplet: FF, B7 and 0C. RGB value is (255,183,12). Sum of RGB (Red+Green+Blue) = 255+183+12=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB70C is #0048F3. Grayscale: #B9B9B9. Windows color (decimal): -18676 or 833535. OLE color: 833535.
HSL color Cylindrical-coordinate representation of color #FFB70C: hue angle of 42.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB70C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0 |
| HSL | 42.22º | 1% | 0.52% | - |
| HSV(B) | 42.22º | 0.95% | 1% | - |
| XYZ | 58.24 | 55.15 | 7.92 | - |
| YUV | 185.03 | 30.35 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 12 | 0 | 0.28 | 0.95 | 0 | 42.22 | 1 | 0.52 |
| Hex | FF | B7 | C | 0 | 1C | 5F | 0 | 2A | 64 | 34 |
| Octal | 377 | 267 | 14 | 0 | 34 | 137 | 0 | 52 | 144 | 64 |
| Binary | 11111111 | 10110111 | 1100 | 0 | 11100 | 1011111 | 0 | 101010 | 1100100 | 110100 |
Color Harmonies of #FFB70C
Complementary color
Monochromatic Colors of #FFB70C
Black with #FFB70C
Text Example
Text Example
White with #FFB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB70C; }
p { color: rgb(255,183,12); }
H1.HeaderClassName
{
color: #FFB70C;
}
.AnyTagClassName
{
color: #FFB70C;
}
</style>
background-color css
<style>
a { background-color: #FFB70C; }
a { background-color: rgb(255,183,12); }
div.DivClassName
{
background-color: #FFB70C;
}
.BgClassName
{
background-color: #FFB70C;
}
</style>
border-color css
<style>
span { border-color: #FFB70C; }
span { border-color: rgb(255,183,12); }
td.TdClassName
{
border-color: #FFB70C;
}
.TagClassName
{
border-color: #FFB70C;
}
</style>