Shades of Bright Sun #F8B426
Tints of Bright Sun #F8B426
RGB
CMYK
RGB Variations
Color information
#F8B426 (or 0xF8B426) is known color: Bright Sun. HEX triplet: F8, B4 and 26. RGB value is (248,180,38). Sum of RGB (Red+Green+Blue) = 248+180+38=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B426 is #074BD9. Grayscale: #B8B8B8. Windows color (decimal): -478170 or 2536696. OLE color: 2536696.
HSL color Cylindrical-coordinate representation of color #F8B426: hue angle of 40.57º 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 #F8B426 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 180 | 38 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.03 |
| HSL | 40.57º | 0.94% | 0.56% | - |
| HSV(B) | 40.57º | 0.85% | 0.97% | - |
| XYZ | 55.38 | 52.74 | 9.09 | - |
| YUV | 184.14 | 45.53 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 180 | 38 | 0 | 0.27 | 0.85 | 0.03 | 40.57 | 0.94 | 0.56 |
| Hex | F8 | B4 | 26 | 0 | 1B | 55 | 3 | 29 | 5E | 38 |
| Octal | 370 | 264 | 46 | 0 | 33 | 125 | 3 | 51 | 136 | 70 |
| Binary | 11111000 | 10110100 | 100110 | 0 | 11011 | 1010101 | 11 | 101001 | 1011110 | 111000 |
Color Harmonies of #F8B426
Complementary color
Monochromatic Colors of #F8B426
Black with #F8B426
Text Example
Text Example
White with #F8B426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B426; }
p { color: rgb(248,180,38); }
H1.HeaderClassName
{
color: #F8B426;
}
.AnyTagClassName
{
color: #F8B426;
}
</style>
background-color css
<style>
a { background-color: #F8B426; }
a { background-color: rgb(248,180,38); }
div.DivClassName
{
background-color: #F8B426;
}
.BgClassName
{
background-color: #F8B426;
}
</style>
border-color css
<style>
span { border-color: #F8B426; }
span { border-color: rgb(248,180,38); }
td.TdClassName
{
border-color: #F8B426;
}
.TagClassName
{
border-color: #F8B426;
}
</style>