Shades of Bright Sun #F0B434
Tints of Bright Sun #F0B434
RGB
CMYK
RGB Variations
Color information
#F0B434 (or 0xF0B434) is known color: Bright Sun. HEX triplet: F0, B4 and 34. RGB value is (240,180,52). Sum of RGB (Red+Green+Blue) = 240+180+52=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B434 is #0F4BCB. Grayscale: #B7B7B7. Windows color (decimal): -1002444 or 3454192. OLE color: 3454192.
HSL color Cylindrical-coordinate representation of color #F0B434: hue angle of 40.85º 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 #F0B434 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 52 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.06 |
| HSL | 40.85º | 0.86% | 0.57% | - |
| HSV(B) | 40.85º | 0.78% | 0.94% | - |
| XYZ | 52.88 | 51.42 | 10.39 | - |
| YUV | 183.35 | 53.88 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 52 | 0 | 0.25 | 0.78 | 0.06 | 40.85 | 0.86 | 0.57 |
| Hex | F0 | B4 | 34 | 0 | 19 | 4E | 6 | 29 | 56 | 39 |
| Octal | 360 | 264 | 64 | 0 | 31 | 116 | 6 | 51 | 126 | 71 |
| Binary | 11110000 | 10110100 | 110100 | 0 | 11001 | 1001110 | 110 | 101001 | 1010110 | 111001 |
Color Harmonies of #F0B434
Complementary color
Monochromatic Colors of #F0B434
Black with #F0B434
Text Example
Text Example
White with #F0B434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B434; }
p { color: rgb(240,180,52); }
H1.HeaderClassName
{
color: #F0B434;
}
.AnyTagClassName
{
color: #F0B434;
}
</style>
background-color css
<style>
a { background-color: #F0B434; }
a { background-color: rgb(240,180,52); }
div.DivClassName
{
background-color: #F0B434;
}
.BgClassName
{
background-color: #F0B434;
}
</style>
border-color css
<style>
span { border-color: #F0B434; }
span { border-color: rgb(240,180,52); }
td.TdClassName
{
border-color: #F0B434;
}
.TagClassName
{
border-color: #F0B434;
}
</style>