Shades of Selective Yellow #FAB70D
Tints of Selective Yellow #FAB70D
RGB
CMYK
RGB Variations
Color information
#FAB70D (or 0xFAB70D) is known color: Selective Yellow. HEX triplet: FA, B7 and 0D. RGB value is (250,183,13). Sum of RGB (Red+Green+Blue) = 250+183+13=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB70D is #0548F2. Grayscale: #B8B8B8. Windows color (decimal): -346355 or 899066. OLE color: 899066.
HSL color Cylindrical-coordinate representation of color #FAB70D: hue angle of 43.04º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAB70D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 13 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.02 |
| HSL | 43.04º | 0.96% | 0.52% | - |
| HSV(B) | 43.04º | 0.95% | 0.98% | - |
| XYZ | 56.43 | 54.22 | 7.87 | - |
| YUV | 183.65 | 31.7 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 13 | 0 | 0.27 | 0.95 | 0.02 | 43.04 | 0.96 | 0.52 |
| Hex | FA | B7 | D | 0 | 1B | 5F | 2 | 2B | 60 | 34 |
| Octal | 372 | 267 | 15 | 0 | 33 | 137 | 2 | 53 | 140 | 64 |
| Binary | 11111010 | 10110111 | 1101 | 0 | 11011 | 1011111 | 10 | 101011 | 1100000 | 110100 |
Color Harmonies of #FAB70D
Complementary color
Monochromatic Colors of #FAB70D
Black with #FAB70D
Text Example
Text Example
White with #FAB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB70D; }
p { color: rgb(250,183,13); }
H1.HeaderClassName
{
color: #FAB70D;
}
.AnyTagClassName
{
color: #FAB70D;
}
</style>
background-color css
<style>
a { background-color: #FAB70D; }
a { background-color: rgb(250,183,13); }
div.DivClassName
{
background-color: #FAB70D;
}
.BgClassName
{
background-color: #FAB70D;
}
</style>
border-color css
<style>
span { border-color: #FAB70D; }
span { border-color: rgb(250,183,13); }
td.TdClassName
{
border-color: #FAB70D;
}
.TagClassName
{
border-color: #FAB70D;
}
</style>