Shades of Bright Sun #F1BB32
Tints of Bright Sun #F1BB32
RGB
CMYK
RGB Variations
Color information
#F1BB32 (or 0xF1BB32) is known color: Bright Sun. HEX triplet: F1, BB and 32. RGB value is (241,187,50). Sum of RGB (Red+Green+Blue) = 241+187+50=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BB32 is #0E44CD. Grayscale: #BCBCBC. Windows color (decimal): -935118 or 3324913. OLE color: 3324913.
HSL color Cylindrical-coordinate representation of color #F1BB32: hue angle of 43.04º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1BB32 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 50 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.05 |
| HSL | 43.04º | 0.87% | 0.57% | - |
| HSV(B) | 43.04º | 0.79% | 0.95% | - |
| XYZ | 54.62 | 54.47 | 10.65 | - |
| YUV | 187.53 | 50.39 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 50 | 0 | 0.22 | 0.79 | 0.05 | 43.04 | 0.87 | 0.57 |
| Hex | F1 | BB | 32 | 0 | 16 | 4F | 5 | 2B | 57 | 39 |
| Octal | 361 | 273 | 62 | 0 | 26 | 117 | 5 | 53 | 127 | 71 |
| Binary | 11110001 | 10111011 | 110010 | 0 | 10110 | 1001111 | 101 | 101011 | 1010111 | 111001 |
Color Harmonies of #F1BB32
Complementary color
Monochromatic Colors of #F1BB32
Black with #F1BB32
Text Example
Text Example
White with #F1BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB32; }
p { color: rgb(241,187,50); }
H1.HeaderClassName
{
color: #F1BB32;
}
.AnyTagClassName
{
color: #F1BB32;
}
</style>
background-color css
<style>
a { background-color: #F1BB32; }
a { background-color: rgb(241,187,50); }
div.DivClassName
{
background-color: #F1BB32;
}
.BgClassName
{
background-color: #F1BB32;
}
</style>
border-color css
<style>
span { border-color: #F1BB32; }
span { border-color: rgb(241,187,50); }
td.TdClassName
{
border-color: #F1BB32;
}
.TagClassName
{
border-color: #F1BB32;
}
</style>