Shades of Bright Sun #F0BD2D
Tints of Bright Sun #F0BD2D
RGB
CMYK
RGB Variations
Color information
#F0BD2D (or 0xF0BD2D) is known color: Bright Sun. HEX triplet: F0, BD and 2D. RGB value is (240,189,45). Sum of RGB (Red+Green+Blue) = 240+189+45=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BD2D is #0F42D2. Grayscale: #BCBCBC. Windows color (decimal): -1000147 or 2997744. OLE color: 2997744.
HSL color Cylindrical-coordinate representation of color #F0BD2D: hue angle of 44.31º 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 #F0BD2D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 45 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.06 |
| HSL | 44.31º | 0.87% | 0.56% | - |
| HSV(B) | 44.31º | 0.81% | 0.94% | - |
| XYZ | 54.61 | 55.11 | 10.24 | - |
| YUV | 187.83 | 47.4 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 45 | 0 | 0.21 | 0.81 | 0.06 | 44.31 | 0.87 | 0.56 |
| Hex | F0 | BD | 2D | 0 | 15 | 51 | 6 | 2C | 57 | 38 |
| Octal | 360 | 275 | 55 | 0 | 25 | 121 | 6 | 54 | 127 | 70 |
| Binary | 11110000 | 10111101 | 101101 | 0 | 10101 | 1010001 | 110 | 101100 | 1010111 | 111000 |
Color Harmonies of #F0BD2D
Complementary color
Monochromatic Colors of #F0BD2D
Black with #F0BD2D
Text Example
Text Example
White with #F0BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD2D; }
p { color: rgb(240,189,45); }
H1.HeaderClassName
{
color: #F0BD2D;
}
.AnyTagClassName
{
color: #F0BD2D;
}
</style>
background-color css
<style>
a { background-color: #F0BD2D; }
a { background-color: rgb(240,189,45); }
div.DivClassName
{
background-color: #F0BD2D;
}
.BgClassName
{
background-color: #F0BD2D;
}
</style>
border-color css
<style>
span { border-color: #F0BD2D; }
span { border-color: rgb(240,189,45); }
td.TdClassName
{
border-color: #F0BD2D;
}
.TagClassName
{
border-color: #F0BD2D;
}
</style>