Shades of Bright Sun #F1B323
Tints of Bright Sun #F1B323
RGB
CMYK
RGB Variations
Color information
#F1B323 (or 0xF1B323) is known color: Bright Sun. HEX triplet: F1, B3 and 23. RGB value is (241,179,35). Sum of RGB (Red+Green+Blue) = 241+179+35=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 35 (14.06% from 255 or 7.69% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B323 is #0E4CDC. Grayscale: #B5B5B5. Windows color (decimal): -937181 or 2339825. OLE color: 2339825.
HSL color Cylindrical-coordinate representation of color #F1B323: hue angle of 41.94º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1B323 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 35 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.05 |
| HSL | 41.94º | 0.88% | 0.54% | - |
| HSV(B) | 41.94º | 0.85% | 0.95% | - |
| XYZ | 52.7 | 51.06 | 8.67 | - |
| YUV | 181.12 | 45.54 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 35 | 0 | 0.26 | 0.85 | 0.05 | 41.94 | 0.88 | 0.54 |
| Hex | F1 | B3 | 23 | 0 | 1A | 55 | 5 | 2A | 58 | 36 |
| Octal | 361 | 263 | 43 | 0 | 32 | 125 | 5 | 52 | 130 | 66 |
| Binary | 11110001 | 10110011 | 100011 | 0 | 11010 | 1010101 | 101 | 101010 | 1011000 | 110110 |
Color Harmonies of #F1B323
Complementary color
Monochromatic Colors of #F1B323
Black with #F1B323
Text Example
Text Example
White with #F1B323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B323; }
p { color: rgb(241,179,35); }
H1.HeaderClassName
{
color: #F1B323;
}
.AnyTagClassName
{
color: #F1B323;
}
</style>
background-color css
<style>
a { background-color: #F1B323; }
a { background-color: rgb(241,179,35); }
div.DivClassName
{
background-color: #F1B323;
}
.BgClassName
{
background-color: #F1B323;
}
</style>
border-color css
<style>
span { border-color: #F1B323; }
span { border-color: rgb(241,179,35); }
td.TdClassName
{
border-color: #F1B323;
}
.TagClassName
{
border-color: #F1B323;
}
</style>