Shades of Bright Sun #F1BF2D
Tints of Bright Sun #F1BF2D
RGB
CMYK
RGB Variations
Color information
#F1BF2D (or 0xF1BF2D) is known color: Bright Sun. HEX triplet: F1, BF and 2D. RGB value is (241,191,45). Sum of RGB (Red+Green+Blue) = 241+191+45=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BF2D is #0E40D2. Grayscale: #BDBDBD. Windows color (decimal): -934099 or 2998257. OLE color: 2998257.
HSL color Cylindrical-coordinate representation of color #F1BF2D: hue angle of 44.69º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1BF2D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 45 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.05 |
| HSL | 44.69º | 0.88% | 0.56% | - |
| HSV(B) | 44.69º | 0.81% | 0.95% | - |
| XYZ | 55.38 | 56.15 | 10.4 | - |
| YUV | 189.31 | 46.57 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 45 | 0 | 0.21 | 0.81 | 0.05 | 44.69 | 0.88 | 0.56 |
| Hex | F1 | BF | 2D | 0 | 15 | 51 | 5 | 2D | 58 | 38 |
| Octal | 361 | 277 | 55 | 0 | 25 | 121 | 5 | 55 | 130 | 70 |
| Binary | 11110001 | 10111111 | 101101 | 0 | 10101 | 1010001 | 101 | 101101 | 1011000 | 111000 |
Color Harmonies of #F1BF2D
Complementary color
Monochromatic Colors of #F1BF2D
Black with #F1BF2D
Text Example
Text Example
White with #F1BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF2D; }
p { color: rgb(241,191,45); }
H1.HeaderClassName
{
color: #F1BF2D;
}
.AnyTagClassName
{
color: #F1BF2D;
}
</style>
background-color css
<style>
a { background-color: #F1BF2D; }
a { background-color: rgb(241,191,45); }
div.DivClassName
{
background-color: #F1BF2D;
}
.BgClassName
{
background-color: #F1BF2D;
}
</style>
border-color css
<style>
span { border-color: #F1BF2D; }
span { border-color: rgb(241,191,45); }
td.TdClassName
{
border-color: #F1BF2D;
}
.TagClassName
{
border-color: #F1BF2D;
}
</style>