Shades of Bright Sun #F1B534
Tints of Bright Sun #F1B534
RGB
CMYK
RGB Variations
Color information
#F1B534 (or 0xF1B534) is known color: Bright Sun. HEX triplet: F1, B5 and 34. RGB value is (241,181,52). Sum of RGB (Red+Green+Blue) = 241+181+52=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B534 is #0E4ACB. Grayscale: #B8B8B8. Windows color (decimal): -936652 or 3454449. OLE color: 3454449.
HSL color Cylindrical-coordinate representation of color #F1B534: hue angle of 40.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1B534 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 52 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.05 |
| HSL | 40.95º | 0.87% | 0.57% | - |
| HSV(B) | 40.95º | 0.78% | 0.95% | - |
| XYZ | 53.42 | 52 | 10.47 | - |
| YUV | 184.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 52 | 0 | 0.25 | 0.78 | 0.05 | 40.95 | 0.87 | 0.57 |
| Hex | F1 | B5 | 34 | 0 | 19 | 4E | 5 | 29 | 57 | 39 |
| Octal | 361 | 265 | 64 | 0 | 31 | 116 | 5 | 51 | 127 | 71 |
| Binary | 11110001 | 10110101 | 110100 | 0 | 11001 | 1001110 | 101 | 101001 | 1010111 | 111001 |
Color Harmonies of #F1B534
Complementary color
Monochromatic Colors of #F1B534
Black with #F1B534
Text Example
Text Example
White with #F1B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B534; }
p { color: rgb(241,181,52); }
H1.HeaderClassName
{
color: #F1B534;
}
.AnyTagClassName
{
color: #F1B534;
}
</style>
background-color css
<style>
a { background-color: #F1B534; }
a { background-color: rgb(241,181,52); }
div.DivClassName
{
background-color: #F1B534;
}
.BgClassName
{
background-color: #F1B534;
}
</style>
border-color css
<style>
span { border-color: #F1B534; }
span { border-color: rgb(241,181,52); }
td.TdClassName
{
border-color: #F1B534;
}
.TagClassName
{
border-color: #F1B534;
}
</style>