Shades of Bright Sun #F0B527
Tints of Bright Sun #F0B527
RGB
CMYK
RGB Variations
Color information
#F0B527 (or 0xF0B527) is known color: Bright Sun. HEX triplet: F0, B5 and 27. RGB value is (240,181,39). Sum of RGB (Red+Green+Blue) = 240+181+39=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B527 is #0F4AD8. Grayscale: #B7B7B7. Windows color (decimal): -1002201 or 2602480. OLE color: 2602480.
HSL color Cylindrical-coordinate representation of color #F0B527: hue angle of 42.39º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0B527 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 39 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.06 |
| HSL | 42.39º | 0.87% | 0.55% | - |
| HSV(B) | 42.39º | 0.84% | 0.94% | - |
| XYZ | 52.83 | 51.72 | 9.12 | - |
| YUV | 182.45 | 47.05 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 39 | 0 | 0.25 | 0.84 | 0.06 | 42.39 | 0.87 | 0.55 |
| Hex | F0 | B5 | 27 | 0 | 19 | 54 | 6 | 2A | 57 | 37 |
| Octal | 360 | 265 | 47 | 0 | 31 | 124 | 6 | 52 | 127 | 67 |
| Binary | 11110000 | 10110101 | 100111 | 0 | 11001 | 1010100 | 110 | 101010 | 1010111 | 110111 |
Color Harmonies of #F0B527
Complementary color
Monochromatic Colors of #F0B527
Black with #F0B527
Text Example
Text Example
White with #F0B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B527; }
p { color: rgb(240,181,39); }
H1.HeaderClassName
{
color: #F0B527;
}
.AnyTagClassName
{
color: #F0B527;
}
</style>
background-color css
<style>
a { background-color: #F0B527; }
a { background-color: rgb(240,181,39); }
div.DivClassName
{
background-color: #F0B527;
}
.BgClassName
{
background-color: #F0B527;
}
</style>
border-color css
<style>
span { border-color: #F0B527; }
span { border-color: rgb(240,181,39); }
td.TdClassName
{
border-color: #F0B527;
}
.TagClassName
{
border-color: #F0B527;
}
</style>