Shades of Bright Sun #F1B326
Tints of Bright Sun #F1B326
RGB
CMYK
RGB Variations
Color information
#F1B326 (or 0xF1B326) is known color: Bright Sun. HEX triplet: F1, B3 and 26. RGB value is (241,179,38). Sum of RGB (Red+Green+Blue) = 241+179+38=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B326 is #0E4CD9. Grayscale: #B6B6B6. Windows color (decimal): -937178 or 2536433. OLE color: 2536433.
HSL color Cylindrical-coordinate representation of color #F1B326: hue angle of 41.67º 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 #F1B326 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 38 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.05 |
| HSL | 41.67º | 0.88% | 0.55% | - |
| HSV(B) | 41.67º | 0.84% | 0.95% | - |
| XYZ | 52.75 | 51.08 | 8.91 | - |
| YUV | 181.46 | 47.04 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 38 | 0 | 0.26 | 0.84 | 0.05 | 41.67 | 0.88 | 0.55 |
| Hex | F1 | B3 | 26 | 0 | 1A | 54 | 5 | 2A | 58 | 37 |
| Octal | 361 | 263 | 46 | 0 | 32 | 124 | 5 | 52 | 130 | 67 |
| Binary | 11110001 | 10110011 | 100110 | 0 | 11010 | 1010100 | 101 | 101010 | 1011000 | 110111 |
Color Harmonies of #F1B326
Complementary color
Monochromatic Colors of #F1B326
Black with #F1B326
Text Example
Text Example
White with #F1B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B326; }
p { color: rgb(241,179,38); }
H1.HeaderClassName
{
color: #F1B326;
}
.AnyTagClassName
{
color: #F1B326;
}
</style>
background-color css
<style>
a { background-color: #F1B326; }
a { background-color: rgb(241,179,38); }
div.DivClassName
{
background-color: #F1B326;
}
.BgClassName
{
background-color: #F1B326;
}
</style>
border-color css
<style>
span { border-color: #F1B326; }
span { border-color: rgb(241,179,38); }
td.TdClassName
{
border-color: #F1B326;
}
.TagClassName
{
border-color: #F1B326;
}
</style>