Shades of Bright Sun #FAB726
Tints of Bright Sun #FAB726
RGB
CMYK
RGB Variations
Color information
#FAB726 (or 0xFAB726) is known color: Bright Sun. HEX triplet: FA, B7 and 26. RGB value is (250,183,38). Sum of RGB (Red+Green+Blue) = 250+183+38=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB726 is #0548D9. Grayscale: #BBBBBB. Windows color (decimal): -346330 or 2537466. OLE color: 2537466.
HSL color Cylindrical-coordinate representation of color #FAB726: hue angle of 41.04º 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 #FAB726 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 38 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.02 |
| HSL | 41.04º | 0.95% | 0.56% | - |
| HSV(B) | 41.04º | 0.85% | 0.98% | - |
| XYZ | 56.71 | 54.33 | 9.33 | - |
| YUV | 186.5 | 44.2 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 38 | 0 | 0.27 | 0.85 | 0.02 | 41.04 | 0.95 | 0.56 |
| Hex | FA | B7 | 26 | 0 | 1B | 55 | 2 | 29 | 5F | 38 |
| Octal | 372 | 267 | 46 | 0 | 33 | 125 | 2 | 51 | 137 | 70 |
| Binary | 11111010 | 10110111 | 100110 | 0 | 11011 | 1010101 | 10 | 101001 | 1011111 | 111000 |
Color Harmonies of #FAB726
Complementary color
Monochromatic Colors of #FAB726
Black with #FAB726
Text Example
Text Example
White with #FAB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB726; }
p { color: rgb(250,183,38); }
H1.HeaderClassName
{
color: #FAB726;
}
.AnyTagClassName
{
color: #FAB726;
}
</style>
background-color css
<style>
a { background-color: #FAB726; }
a { background-color: rgb(250,183,38); }
div.DivClassName
{
background-color: #FAB726;
}
.BgClassName
{
background-color: #FAB726;
}
</style>
border-color css
<style>
span { border-color: #FAB726; }
span { border-color: rgb(250,183,38); }
td.TdClassName
{
border-color: #FAB726;
}
.TagClassName
{
border-color: #FAB726;
}
</style>