Shades of Bright Sun #F0B534
Tints of Bright Sun #F0B534
RGB
CMYK
RGB Variations
Color information
#F0B534 (or 0xF0B534) is known color: Bright Sun. HEX triplet: F0, B5 and 34. RGB value is (240,181,52). Sum of RGB (Red+Green+Blue) = 240+181+52=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B534 is #0F4ACB. Grayscale: #B8B8B8. Windows color (decimal): -1002188 or 3454448. OLE color: 3454448.
HSL color Cylindrical-coordinate representation of color #F0B534: hue angle of 41.17º 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 #F0B534 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 52 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.06 |
| HSL | 41.17º | 0.86% | 0.57% | - |
| HSV(B) | 41.17º | 0.78% | 0.94% | - |
| XYZ | 53.08 | 51.82 | 10.45 | - |
| YUV | 183.94 | 53.55 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 52 | 0 | 0.25 | 0.78 | 0.06 | 41.17 | 0.86 | 0.57 |
| Hex | F0 | B5 | 34 | 0 | 19 | 4E | 6 | 29 | 56 | 39 |
| Octal | 360 | 265 | 64 | 0 | 31 | 116 | 6 | 51 | 126 | 71 |
| Binary | 11110000 | 10110101 | 110100 | 0 | 11001 | 1001110 | 110 | 101001 | 1010110 | 111001 |
Color Harmonies of #F0B534
Complementary color
Monochromatic Colors of #F0B534
Black with #F0B534
Text Example
Text Example
White with #F0B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B534; }
p { color: rgb(240,181,52); }
H1.HeaderClassName
{
color: #F0B534;
}
.AnyTagClassName
{
color: #F0B534;
}
</style>
background-color css
<style>
a { background-color: #F0B534; }
a { background-color: rgb(240,181,52); }
div.DivClassName
{
background-color: #F0B534;
}
.BgClassName
{
background-color: #F0B534;
}
</style>
border-color css
<style>
span { border-color: #F0B534; }
span { border-color: rgb(240,181,52); }
td.TdClassName
{
border-color: #F0B534;
}
.TagClassName
{
border-color: #F0B534;
}
</style>