Shades of Bright Sun #F0BF2F
Tints of Bright Sun #F0BF2F
RGB
CMYK
RGB Variations
Color information
#F0BF2F (or 0xF0BF2F) is known color: Bright Sun. HEX triplet: F0, BF and 2F. RGB value is (240,191,47). Sum of RGB (Red+Green+Blue) = 240+191+47=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BF2F is #0F40D0. Grayscale: #BDBDBD. Windows color (decimal): -999633 or 3129328. OLE color: 3129328.
HSL color Cylindrical-coordinate representation of color #F0BF2F: hue angle of 44.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0BF2F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 47 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.06 |
| HSL | 44.77º | 0.87% | 0.56% | - |
| HSV(B) | 44.77º | 0.8% | 0.94% | - |
| XYZ | 55.08 | 55.99 | 10.59 | - |
| YUV | 189.24 | 47.73 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 47 | 0 | 0.20 | 0.80 | 0.06 | 44.77 | 0.87 | 0.56 |
| Hex | F0 | BF | 2F | 0 | 14 | 50 | 6 | 2D | 57 | 38 |
| Octal | 360 | 277 | 57 | 0 | 24 | 120 | 6 | 55 | 127 | 70 |
| Binary | 11110000 | 10111111 | 101111 | 0 | 10100 | 1010000 | 110 | 101101 | 1010111 | 111000 |
Color Harmonies of #F0BF2F
Complementary color
Monochromatic Colors of #F0BF2F
Black with #F0BF2F
Text Example
Text Example
White with #F0BF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF2F; }
p { color: rgb(240,191,47); }
H1.HeaderClassName
{
color: #F0BF2F;
}
.AnyTagClassName
{
color: #F0BF2F;
}
</style>
background-color css
<style>
a { background-color: #F0BF2F; }
a { background-color: rgb(240,191,47); }
div.DivClassName
{
background-color: #F0BF2F;
}
.BgClassName
{
background-color: #F0BF2F;
}
</style>
border-color css
<style>
span { border-color: #F0BF2F; }
span { border-color: rgb(240,191,47); }
td.TdClassName
{
border-color: #F0BF2F;
}
.TagClassName
{
border-color: #F0BF2F;
}
</style>