Shades of Bright Sun #F1B321
Tints of Bright Sun #F1B321
RGB
CMYK
RGB Variations
Color information
#F1B321 (or 0xF1B321) is known color: Bright Sun. HEX triplet: F1, B3 and 21. RGB value is (241,179,33). Sum of RGB (Red+Green+Blue) = 241+179+33=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B321 is #0E4CDE. Grayscale: #B5B5B5. Windows color (decimal): -937183 or 2208753. OLE color: 2208753.
HSL color Cylindrical-coordinate representation of color #F1B321: hue angle of 42.12º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1B321 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 33 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.05 |
| HSL | 42.12º | 0.88% | 0.54% | - |
| HSV(B) | 42.12º | 0.86% | 0.95% | - |
| XYZ | 52.67 | 51.05 | 8.52 | - |
| YUV | 180.89 | 44.54 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 33 | 0 | 0.26 | 0.86 | 0.05 | 42.12 | 0.88 | 0.54 |
| Hex | F1 | B3 | 21 | 0 | 1A | 56 | 5 | 2A | 58 | 36 |
| Octal | 361 | 263 | 41 | 0 | 32 | 126 | 5 | 52 | 130 | 66 |
| Binary | 11110001 | 10110011 | 100001 | 0 | 11010 | 1010110 | 101 | 101010 | 1011000 | 110110 |
Color Harmonies of #F1B321
Complementary color
Monochromatic Colors of #F1B321
Black with #F1B321
Text Example
Text Example
White with #F1B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B321; }
p { color: rgb(241,179,33); }
H1.HeaderClassName
{
color: #F1B321;
}
.AnyTagClassName
{
color: #F1B321;
}
</style>
background-color css
<style>
a { background-color: #F1B321; }
a { background-color: rgb(241,179,33); }
div.DivClassName
{
background-color: #F1B321;
}
.BgClassName
{
background-color: #F1B321;
}
</style>
border-color css
<style>
span { border-color: #F1B321; }
span { border-color: rgb(241,179,33); }
td.TdClassName
{
border-color: #F1B321;
}
.TagClassName
{
border-color: #F1B321;
}
</style>