Shades of Selective Yellow #FAB702
Tints of Selective Yellow #FAB702
RGB
CMYK
RGB Variations
Color information
#FAB702 (or 0xFAB702) is known color: Selective Yellow. HEX triplet: FA, B7 and 02. RGB value is (250,183,2). Sum of RGB (Red+Green+Blue) = 250+183+2=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB702 is #0548FD. Grayscale: #B7B7B7. Windows color (decimal): -346366 or 178170. OLE color: 178170.
HSL color Cylindrical-coordinate representation of color #FAB702: hue angle of 43.79º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAB702 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.02 |
| HSL | 43.79º | 0.98% | 0.49% | - |
| HSV(B) | 43.79º | 0.99% | 0.98% | - |
| XYZ | 56.37 | 54.2 | 7.55 | - |
| YUV | 182.4 | 26.2 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 2 | 0 | 0.27 | 0.99 | 0.02 | 43.79 | 0.98 | 0.49 |
| Hex | FA | B7 | 2 | 0 | 1B | 63 | 2 | 2C | 62 | 31 |
| Octal | 372 | 267 | 2 | 0 | 33 | 143 | 2 | 54 | 142 | 61 |
| Binary | 11111010 | 10110111 | 10 | 0 | 11011 | 1100011 | 10 | 101100 | 1100010 | 110001 |
Color Harmonies of #FAB702
Complementary color
Monochromatic Colors of #FAB702
Black with #FAB702
Text Example
Text Example
White with #FAB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB702; }
p { color: rgb(250,183,2); }
H1.HeaderClassName
{
color: #FAB702;
}
.AnyTagClassName
{
color: #FAB702;
}
</style>
background-color css
<style>
a { background-color: #FAB702; }
a { background-color: rgb(250,183,2); }
div.DivClassName
{
background-color: #FAB702;
}
.BgClassName
{
background-color: #FAB702;
}
</style>
border-color css
<style>
span { border-color: #FAB702; }
span { border-color: rgb(250,183,2); }
td.TdClassName
{
border-color: #FAB702;
}
.TagClassName
{
border-color: #FAB702;
}
</style>