Shades of Bright Sun #F0B334
Tints of Bright Sun #F0B334
RGB
CMYK
RGB Variations
Color information
#F0B334 (or 0xF0B334) is known color: Bright Sun. HEX triplet: F0, B3 and 34. RGB value is (240,179,52). Sum of RGB (Red+Green+Blue) = 240+179+52=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B334 is #0F4CCB. Grayscale: #B7B7B7. Windows color (decimal): -1002700 or 3453936. OLE color: 3453936.
HSL color Cylindrical-coordinate representation of color #F0B334: hue angle of 40.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0B334 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 52 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.06 |
| HSL | 40.53º | 0.86% | 0.57% | - |
| HSV(B) | 40.53º | 0.78% | 0.94% | - |
| XYZ | 52.68 | 51.01 | 10.32 | - |
| YUV | 182.76 | 54.21 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 52 | 0 | 0.25 | 0.78 | 0.06 | 40.53 | 0.86 | 0.57 |
| Hex | F0 | B3 | 34 | 0 | 19 | 4E | 6 | 29 | 56 | 39 |
| Octal | 360 | 263 | 64 | 0 | 31 | 116 | 6 | 51 | 126 | 71 |
| Binary | 11110000 | 10110011 | 110100 | 0 | 11001 | 1001110 | 110 | 101001 | 1010110 | 111001 |
Color Harmonies of #F0B334
Complementary color
Monochromatic Colors of #F0B334
Black with #F0B334
Text Example
Text Example
White with #F0B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B334; }
p { color: rgb(240,179,52); }
H1.HeaderClassName
{
color: #F0B334;
}
.AnyTagClassName
{
color: #F0B334;
}
</style>
background-color css
<style>
a { background-color: #F0B334; }
a { background-color: rgb(240,179,52); }
div.DivClassName
{
background-color: #F0B334;
}
.BgClassName
{
background-color: #F0B334;
}
</style>
border-color css
<style>
span { border-color: #F0B334; }
span { border-color: rgb(240,179,52); }
td.TdClassName
{
border-color: #F0B334;
}
.TagClassName
{
border-color: #F0B334;
}
</style>