Shades of Bright Sun #F6BA25
Tints of Bright Sun #F6BA25
RGB
CMYK
RGB Variations
Color information
#F6BA25 (or 0xF6BA25) is known color: Bright Sun. HEX triplet: F6, BA and 25. RGB value is (246,186,37). Sum of RGB (Red+Green+Blue) = 246+186+37=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BA25 is #0945DA. Grayscale: #BBBBBB. Windows color (decimal): -607707 or 2472694. OLE color: 2472694.
HSL color Cylindrical-coordinate representation of color #F6BA25: hue angle of 42.78º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6BA25 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 37 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.04 |
| HSL | 42.78º | 0.92% | 0.55% | - |
| HSV(B) | 42.78º | 0.85% | 0.96% | - |
| XYZ | 55.9 | 54.84 | 9.39 | - |
| YUV | 186.95 | 43.38 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 37 | 0 | 0.24 | 0.85 | 0.04 | 42.78 | 0.92 | 0.55 |
| Hex | F6 | BA | 25 | 0 | 18 | 55 | 4 | 2B | 5C | 37 |
| Octal | 366 | 272 | 45 | 0 | 30 | 125 | 4 | 53 | 134 | 67 |
| Binary | 11110110 | 10111010 | 100101 | 0 | 11000 | 1010101 | 100 | 101011 | 1011100 | 110111 |
Color Harmonies of #F6BA25
Complementary color
Monochromatic Colors of #F6BA25
Black with #F6BA25
Text Example
Text Example
White with #F6BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA25; }
p { color: rgb(246,186,37); }
H1.HeaderClassName
{
color: #F6BA25;
}
.AnyTagClassName
{
color: #F6BA25;
}
</style>
background-color css
<style>
a { background-color: #F6BA25; }
a { background-color: rgb(246,186,37); }
div.DivClassName
{
background-color: #F6BA25;
}
.BgClassName
{
background-color: #F6BA25;
}
</style>
border-color css
<style>
span { border-color: #F6BA25; }
span { border-color: rgb(246,186,37); }
td.TdClassName
{
border-color: #F6BA25;
}
.TagClassName
{
border-color: #F6BA25;
}
</style>