Shades of Selective Yellow #FFB70F
Tints of Selective Yellow #FFB70F
RGB
CMYK
RGB Variations
Color information
#FFB70F (or 0xFFB70F) is known color: Selective Yellow. HEX triplet: FF, B7 and 0F. RGB value is (255,183,15). Sum of RGB (Red+Green+Blue) = 255+183+15=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB70F is #0048F0. Grayscale: #BABABA. Windows color (decimal): -18673 or 1030143. OLE color: 1030143.
HSL color Cylindrical-coordinate representation of color #FFB70F: hue angle of 42º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFB70F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 15 | - |
| CMYK | 0 | 0.28 | 0.94 | 0 |
| HSL | 42º | 1% | 0.53% | - |
| HSV(B) | 42º | 0.94% | 1% | - |
| XYZ | 58.26 | 55.16 | 8.03 | - |
| YUV | 185.38 | 31.85 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 15 | 0 | 0.28 | 0.94 | 0 | 42 | 1 | 0.53 |
| Hex | FF | B7 | F | 0 | 1C | 5E | 0 | 2A | 64 | 35 |
| Octal | 377 | 267 | 17 | 0 | 34 | 136 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10110111 | 1111 | 0 | 11100 | 1011110 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB70F
Complementary color
Monochromatic Colors of #FFB70F
Black with #FFB70F
Text Example
Text Example
White with #FFB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB70F; }
p { color: rgb(255,183,15); }
H1.HeaderClassName
{
color: #FFB70F;
}
.AnyTagClassName
{
color: #FFB70F;
}
</style>
background-color css
<style>
a { background-color: #FFB70F; }
a { background-color: rgb(255,183,15); }
div.DivClassName
{
background-color: #FFB70F;
}
.BgClassName
{
background-color: #FFB70F;
}
</style>
border-color css
<style>
span { border-color: #FFB70F; }
span { border-color: rgb(255,183,15); }
td.TdClassName
{
border-color: #FFB70F;
}
.TagClassName
{
border-color: #FFB70F;
}
</style>