Shades of Bright Sun #F0BF2D
Tints of Bright Sun #F0BF2D
RGB
CMYK
RGB Variations
Color information
#F0BF2D (or 0xF0BF2D) is known color: Bright Sun. HEX triplet: F0, BF and 2D. RGB value is (240,191,45). Sum of RGB (Red+Green+Blue) = 240+191+45=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BF2D is #0F40D2. Grayscale: #BDBDBD. Windows color (decimal): -999635 or 2998256. OLE color: 2998256.
HSL color Cylindrical-coordinate representation of color #F0BF2D: hue angle of 44.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0BF2D is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 45 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.06 |
| HSL | 44.92º | 0.87% | 0.56% | - |
| HSV(B) | 44.92º | 0.81% | 0.94% | - |
| XYZ | 55.04 | 55.98 | 10.39 | - |
| YUV | 189.01 | 46.73 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 45 | 0 | 0.20 | 0.81 | 0.06 | 44.92 | 0.87 | 0.56 |
| Hex | F0 | BF | 2D | 0 | 14 | 51 | 6 | 2D | 57 | 38 |
| Octal | 360 | 277 | 55 | 0 | 24 | 121 | 6 | 55 | 127 | 70 |
| Binary | 11110000 | 10111111 | 101101 | 0 | 10100 | 1010001 | 110 | 101101 | 1010111 | 111000 |
Color Harmonies of #F0BF2D
Complementary color
Monochromatic Colors of #F0BF2D
Black with #F0BF2D
Text Example
Text Example
White with #F0BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF2D; }
p { color: rgb(240,191,45); }
H1.HeaderClassName
{
color: #F0BF2D;
}
.AnyTagClassName
{
color: #F0BF2D;
}
</style>
background-color css
<style>
a { background-color: #F0BF2D; }
a { background-color: rgb(240,191,45); }
div.DivClassName
{
background-color: #F0BF2D;
}
.BgClassName
{
background-color: #F0BF2D;
}
</style>
border-color css
<style>
span { border-color: #F0BF2D; }
span { border-color: rgb(240,191,45); }
td.TdClassName
{
border-color: #F0BF2D;
}
.TagClassName
{
border-color: #F0BF2D;
}
</style>