Shades of Bright Sun #F0BD31
Tints of Bright Sun #F0BD31
RGB
CMYK
RGB Variations
Color information
#F0BD31 (or 0xF0BD31) is known color: Bright Sun. HEX triplet: F0, BD and 31. RGB value is (240,189,49). Sum of RGB (Red+Green+Blue) = 240+189+49=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BD31 is #0F42CE. Grayscale: #BCBCBC. Windows color (decimal): -1000143 or 3259888. OLE color: 3259888.
HSL color Cylindrical-coordinate representation of color #F0BD31: hue angle of 43.98º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0BD31 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 49 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.06 |
| HSL | 43.98º | 0.86% | 0.57% | - |
| HSV(B) | 43.98º | 0.8% | 0.94% | - |
| XYZ | 54.69 | 55.14 | 10.67 | - |
| YUV | 188.29 | 49.4 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 49 | 0 | 0.21 | 0.80 | 0.06 | 43.98 | 0.86 | 0.57 |
| Hex | F0 | BD | 31 | 0 | 15 | 50 | 6 | 2C | 56 | 39 |
| Octal | 360 | 275 | 61 | 0 | 25 | 120 | 6 | 54 | 126 | 71 |
| Binary | 11110000 | 10111101 | 110001 | 0 | 10101 | 1010000 | 110 | 101100 | 1010110 | 111001 |
Color Harmonies of #F0BD31
Complementary color
Monochromatic Colors of #F0BD31
Black with #F0BD31
Text Example
Text Example
White with #F0BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD31; }
p { color: rgb(240,189,49); }
H1.HeaderClassName
{
color: #F0BD31;
}
.AnyTagClassName
{
color: #F0BD31;
}
</style>
background-color css
<style>
a { background-color: #F0BD31; }
a { background-color: rgb(240,189,49); }
div.DivClassName
{
background-color: #F0BD31;
}
.BgClassName
{
background-color: #F0BD31;
}
</style>
border-color css
<style>
span { border-color: #F0BD31; }
span { border-color: rgb(240,189,49); }
td.TdClassName
{
border-color: #F0BD31;
}
.TagClassName
{
border-color: #F0BD31;
}
</style>