Shades of Bright Sun #F0B32D
Tints of Bright Sun #F0B32D
RGB
CMYK
RGB Variations
Color information
#F0B32D (or 0xF0B32D) is known color: Bright Sun. HEX triplet: F0, B3 and 2D. RGB value is (240,179,45). Sum of RGB (Red+Green+Blue) = 240+179+45=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B32D is #0F4CD2. Grayscale: #B6B6B6. Windows color (decimal): -1002707 or 2995184. OLE color: 2995184.
HSL color Cylindrical-coordinate representation of color #F0B32D: hue angle of 41.23º 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 #F0B32D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 45 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.06 |
| HSL | 41.23º | 0.87% | 0.56% | - |
| HSV(B) | 41.23º | 0.81% | 0.94% | - |
| XYZ | 52.53 | 50.95 | 9.55 | - |
| YUV | 181.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 45 | 0 | 0.25 | 0.81 | 0.06 | 41.23 | 0.87 | 0.56 |
| Hex | F0 | B3 | 2D | 0 | 19 | 51 | 6 | 29 | 57 | 38 |
| Octal | 360 | 263 | 55 | 0 | 31 | 121 | 6 | 51 | 127 | 70 |
| Binary | 11110000 | 10110011 | 101101 | 0 | 11001 | 1010001 | 110 | 101001 | 1010111 | 111000 |
Color Harmonies of #F0B32D
Complementary color
Monochromatic Colors of #F0B32D
Black with #F0B32D
Text Example
Text Example
White with #F0B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B32D; }
p { color: rgb(240,179,45); }
H1.HeaderClassName
{
color: #F0B32D;
}
.AnyTagClassName
{
color: #F0B32D;
}
</style>
background-color css
<style>
a { background-color: #F0B32D; }
a { background-color: rgb(240,179,45); }
div.DivClassName
{
background-color: #F0B32D;
}
.BgClassName
{
background-color: #F0B32D;
}
</style>
border-color css
<style>
span { border-color: #F0B32D; }
span { border-color: rgb(240,179,45); }
td.TdClassName
{
border-color: #F0B32D;
}
.TagClassName
{
border-color: #F0B32D;
}
</style>