Shades of Bright Sun #FAB926
Tints of Bright Sun #FAB926
RGB
CMYK
RGB Variations
Color information
#FAB926 (or 0xFAB926) is known color: Bright Sun. HEX triplet: FA, B9 and 26. RGB value is (250,185,38). Sum of RGB (Red+Green+Blue) = 250+185+38=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB926 is #0546D9. Grayscale: #BCBCBC. Windows color (decimal): -345818 or 2537978. OLE color: 2537978.
HSL color Cylindrical-coordinate representation of color #FAB926: hue angle of 41.6º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAB926 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 38 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.02 |
| HSL | 41.6º | 0.95% | 0.56% | - |
| HSV(B) | 41.6º | 0.85% | 0.98% | - |
| XYZ | 57.12 | 55.16 | 9.47 | - |
| YUV | 187.68 | 43.53 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 38 | 0 | 0.26 | 0.85 | 0.02 | 41.6 | 0.95 | 0.56 |
| Hex | FA | B9 | 26 | 0 | 1A | 55 | 2 | 2A | 5F | 38 |
| Octal | 372 | 271 | 46 | 0 | 32 | 125 | 2 | 52 | 137 | 70 |
| Binary | 11111010 | 10111001 | 100110 | 0 | 11010 | 1010101 | 10 | 101010 | 1011111 | 111000 |
Color Harmonies of #FAB926
Complementary color
Monochromatic Colors of #FAB926
Black with #FAB926
Text Example
Text Example
White with #FAB926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB926; }
p { color: rgb(250,185,38); }
H1.HeaderClassName
{
color: #FAB926;
}
.AnyTagClassName
{
color: #FAB926;
}
</style>
background-color css
<style>
a { background-color: #FAB926; }
a { background-color: rgb(250,185,38); }
div.DivClassName
{
background-color: #FAB926;
}
.BgClassName
{
background-color: #FAB926;
}
</style>
border-color css
<style>
span { border-color: #FAB926; }
span { border-color: rgb(250,185,38); }
td.TdClassName
{
border-color: #FAB926;
}
.TagClassName
{
border-color: #FAB926;
}
</style>