Shades of Bright Sun #F1B826
Tints of Bright Sun #F1B826
RGB
CMYK
RGB Variations
Color information
#F1B826 (or 0xF1B826) is known color: Bright Sun. HEX triplet: F1, B8 and 26. RGB value is (241,184,38). Sum of RGB (Red+Green+Blue) = 241+184+38=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B826 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B826 is #0E47D9. Grayscale: #B9B9B9. Windows color (decimal): -935898 or 2537713. OLE color: 2537713.
HSL color Cylindrical-coordinate representation of color #F1B826: hue angle of 43.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1B826 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 38 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.05 |
| HSL | 43.15º | 0.88% | 0.55% | - |
| HSV(B) | 43.15º | 0.84% | 0.95% | - |
| XYZ | 53.77 | 53.12 | 9.25 | - |
| YUV | 184.4 | 45.38 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 38 | 0 | 0.24 | 0.84 | 0.05 | 43.15 | 0.88 | 0.55 |
| Hex | F1 | B8 | 26 | 0 | 18 | 54 | 5 | 2B | 58 | 37 |
| Octal | 361 | 270 | 46 | 0 | 30 | 124 | 5 | 53 | 130 | 67 |
| Binary | 11110001 | 10111000 | 100110 | 0 | 11000 | 1010100 | 101 | 101011 | 1011000 | 110111 |
Color Harmonies of #F1B826
Complementary color
Monochromatic Colors of #F1B826
Black with #F1B826
Text Example
Text Example
White with #F1B826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B826; }
p { color: rgb(241,184,38); }
H1.HeaderClassName
{
color: #F1B826;
}
.AnyTagClassName
{
color: #F1B826;
}
</style>
background-color css
<style>
a { background-color: #F1B826; }
a { background-color: rgb(241,184,38); }
div.DivClassName
{
background-color: #F1B826;
}
.BgClassName
{
background-color: #F1B826;
}
</style>
border-color css
<style>
span { border-color: #F1B826; }
span { border-color: rgb(241,184,38); }
td.TdClassName
{
border-color: #F1B826;
}
.TagClassName
{
border-color: #F1B826;
}
</style>