Shades of Bright Sun #F0B634
Tints of Bright Sun #F0B634
RGB
CMYK
RGB Variations
Color information
#F0B634 (or 0xF0B634) is known color: Bright Sun. HEX triplet: F0, B6 and 34. RGB value is (240,182,52). Sum of RGB (Red+Green+Blue) = 240+182+52=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B634 is #0F49CB. Grayscale: #B9B9B9. Windows color (decimal): -1001932 or 3454704. OLE color: 3454704.
HSL color Cylindrical-coordinate representation of color #F0B634: hue angle of 41.49º 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 #F0B634 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 52 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.06 |
| HSL | 41.49º | 0.86% | 0.57% | - |
| HSV(B) | 41.49º | 0.78% | 0.94% | - |
| XYZ | 53.28 | 52.23 | 10.52 | - |
| YUV | 184.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 52 | 0 | 0.24 | 0.78 | 0.06 | 41.49 | 0.86 | 0.57 |
| Hex | F0 | B6 | 34 | 0 | 18 | 4E | 6 | 29 | 56 | 39 |
| Octal | 360 | 266 | 64 | 0 | 30 | 116 | 6 | 51 | 126 | 71 |
| Binary | 11110000 | 10110110 | 110100 | 0 | 11000 | 1001110 | 110 | 101001 | 1010110 | 111001 |
Color Harmonies of #F0B634
Complementary color
Monochromatic Colors of #F0B634
Black with #F0B634
Text Example
Text Example
White with #F0B634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B634; }
p { color: rgb(240,182,52); }
H1.HeaderClassName
{
color: #F0B634;
}
.AnyTagClassName
{
color: #F0B634;
}
</style>
background-color css
<style>
a { background-color: #F0B634; }
a { background-color: rgb(240,182,52); }
div.DivClassName
{
background-color: #F0B634;
}
.BgClassName
{
background-color: #F0B634;
}
</style>
border-color css
<style>
span { border-color: #F0B634; }
span { border-color: rgb(240,182,52); }
td.TdClassName
{
border-color: #F0B634;
}
.TagClassName
{
border-color: #F0B634;
}
</style>