Shades of Bright Sun #F6B926
Tints of Bright Sun #F6B926
RGB
CMYK
RGB Variations
Color information
#F6B926 (or 0xF6B926) is known color: Bright Sun. HEX triplet: F6, B9 and 26. RGB value is (246,185,38). Sum of RGB (Red+Green+Blue) = 246+185+38=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B926 is #0946D9. Grayscale: #BBBBBB. Windows color (decimal): -607962 or 2537974. OLE color: 2537974.
HSL color Cylindrical-coordinate representation of color #F6B926: hue angle of 42.4º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6B926 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 38 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.04 |
| HSL | 42.4º | 0.92% | 0.56% | - |
| HSV(B) | 42.4º | 0.85% | 0.96% | - |
| XYZ | 55.7 | 54.43 | 9.4 | - |
| YUV | 186.48 | 44.21 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 38 | 0 | 0.25 | 0.85 | 0.04 | 42.4 | 0.92 | 0.56 |
| Hex | F6 | B9 | 26 | 0 | 19 | 55 | 4 | 2A | 5C | 38 |
| Octal | 366 | 271 | 46 | 0 | 31 | 125 | 4 | 52 | 134 | 70 |
| Binary | 11110110 | 10111001 | 100110 | 0 | 11001 | 1010101 | 100 | 101010 | 1011100 | 111000 |
Color Harmonies of #F6B926
Complementary color
Monochromatic Colors of #F6B926
Black with #F6B926
Text Example
Text Example
White with #F6B926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B926; }
p { color: rgb(246,185,38); }
H1.HeaderClassName
{
color: #F6B926;
}
.AnyTagClassName
{
color: #F6B926;
}
</style>
background-color css
<style>
a { background-color: #F6B926; }
a { background-color: rgb(246,185,38); }
div.DivClassName
{
background-color: #F6B926;
}
.BgClassName
{
background-color: #F6B926;
}
</style>
border-color css
<style>
span { border-color: #F6B926; }
span { border-color: rgb(246,185,38); }
td.TdClassName
{
border-color: #F6B926;
}
.TagClassName
{
border-color: #F6B926;
}
</style>