Shades of Selective Yellow #FAB607
Tints of Selective Yellow #FAB607
RGB
CMYK
RGB Variations
Color information
#FAB607 (or 0xFAB607) is known color: Selective Yellow. HEX triplet: FA, B6 and 07. RGB value is (250,182,7). Sum of RGB (Red+Green+Blue) = 250+182+7=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB607 is #0549F8. Grayscale: #B7B7B7. Windows color (decimal): -346617 or 505594. OLE color: 505594.
HSL color Cylindrical-coordinate representation of color #FAB607: hue angle of 43.21º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAB607 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 7 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.02 |
| HSL | 43.21º | 0.96% | 0.5% | - |
| HSV(B) | 43.21º | 0.97% | 0.98% | - |
| XYZ | 56.19 | 53.8 | 7.62 | - |
| YUV | 182.38 | 29.03 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 7 | 0 | 0.27 | 0.97 | 0.02 | 43.21 | 0.96 | 0.5 |
| Hex | FA | B6 | 7 | 0 | 1B | 61 | 2 | 2B | 60 | 32 |
| Octal | 372 | 266 | 7 | 0 | 33 | 141 | 2 | 53 | 140 | 62 |
| Binary | 11111010 | 10110110 | 111 | 0 | 11011 | 1100001 | 10 | 101011 | 1100000 | 110010 |
Color Harmonies of #FAB607
Complementary color
Monochromatic Colors of #FAB607
Black with #FAB607
Text Example
Text Example
White with #FAB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB607; }
p { color: rgb(250,182,7); }
H1.HeaderClassName
{
color: #FAB607;
}
.AnyTagClassName
{
color: #FAB607;
}
</style>
background-color css
<style>
a { background-color: #FAB607; }
a { background-color: rgb(250,182,7); }
div.DivClassName
{
background-color: #FAB607;
}
.BgClassName
{
background-color: #FAB607;
}
</style>
border-color css
<style>
span { border-color: #FAB607; }
span { border-color: rgb(250,182,7); }
td.TdClassName
{
border-color: #FAB607;
}
.TagClassName
{
border-color: #FAB607;
}
</style>