Shades of Bright Sun #F8B326
Tints of Bright Sun #F8B326
RGB
CMYK
RGB Variations
Color information
#F8B326 (or 0xF8B326) is known color: Bright Sun. HEX triplet: F8, B3 and 26. RGB value is (248,179,38). Sum of RGB (Red+Green+Blue) = 248+179+38=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 38 (15.23% from 255 or 8.17% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B326 is #074CD9. Grayscale: #B8B8B8. Windows color (decimal): -478426 or 2536440. OLE color: 2536440.
HSL color Cylindrical-coordinate representation of color #F8B326: hue angle of 40.29º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8B326 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 38 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.03 |
| HSL | 40.29º | 0.94% | 0.56% | - |
| HSV(B) | 40.29º | 0.85% | 0.97% | - |
| XYZ | 55.18 | 52.34 | 9.03 | - |
| YUV | 183.56 | 45.86 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 38 | 0 | 0.28 | 0.85 | 0.03 | 40.29 | 0.94 | 0.56 |
| Hex | F8 | B3 | 26 | 0 | 1C | 55 | 3 | 28 | 5E | 38 |
| Octal | 370 | 263 | 46 | 0 | 34 | 125 | 3 | 50 | 136 | 70 |
| Binary | 11111000 | 10110011 | 100110 | 0 | 11100 | 1010101 | 11 | 101000 | 1011110 | 111000 |
Color Harmonies of #F8B326
Complementary color
Monochromatic Colors of #F8B326
Black with #F8B326
Text Example
Text Example
White with #F8B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B326; }
p { color: rgb(248,179,38); }
H1.HeaderClassName
{
color: #F8B326;
}
.AnyTagClassName
{
color: #F8B326;
}
</style>
background-color css
<style>
a { background-color: #F8B326; }
a { background-color: rgb(248,179,38); }
div.DivClassName
{
background-color: #F8B326;
}
.BgClassName
{
background-color: #F8B326;
}
</style>
border-color css
<style>
span { border-color: #F8B326; }
span { border-color: rgb(248,179,38); }
td.TdClassName
{
border-color: #F8B326;
}
.TagClassName
{
border-color: #F8B326;
}
</style>