Shades of Bright Sun #F1B835
Tints of Bright Sun #F1B835
RGB
CMYK
RGB Variations
Color information
#F1B835 (or 0xF1B835) is known color: Bright Sun. HEX triplet: F1, B8 and 35. RGB value is (241,184,53). Sum of RGB (Red+Green+Blue) = 241+184+53=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B835 is #0E47CA. Grayscale: #BABABA. Windows color (decimal): -935883 or 3520753. OLE color: 3520753.
HSL color Cylindrical-coordinate representation of color #F1B835: hue angle of 41.81º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1B835 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 53 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.05 |
| HSL | 41.81º | 0.87% | 0.58% | - |
| HSV(B) | 41.81º | 0.78% | 0.95% | - |
| XYZ | 54.06 | 53.24 | 10.8 | - |
| YUV | 186.11 | 52.88 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 53 | 0 | 0.24 | 0.78 | 0.05 | 41.81 | 0.87 | 0.58 |
| Hex | F1 | B8 | 35 | 0 | 18 | 4E | 5 | 2A | 57 | 3A |
| Octal | 361 | 270 | 65 | 0 | 30 | 116 | 5 | 52 | 127 | 72 |
| Binary | 11110001 | 10111000 | 110101 | 0 | 11000 | 1001110 | 101 | 101010 | 1010111 | 111010 |
Color Harmonies of #F1B835
Complementary color
Monochromatic Colors of #F1B835
Black with #F1B835
Text Example
Text Example
White with #F1B835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B835; }
p { color: rgb(241,184,53); }
H1.HeaderClassName
{
color: #F1B835;
}
.AnyTagClassName
{
color: #F1B835;
}
</style>
background-color css
<style>
a { background-color: #F1B835; }
a { background-color: rgb(241,184,53); }
div.DivClassName
{
background-color: #F1B835;
}
.BgClassName
{
background-color: #F1B835;
}
</style>
border-color css
<style>
span { border-color: #F1B835; }
span { border-color: rgb(241,184,53); }
td.TdClassName
{
border-color: #F1B835;
}
.TagClassName
{
border-color: #F1B835;
}
</style>