Shades of Bright Sun #F0B427
Tints of Bright Sun #F0B427
RGB
CMYK
RGB Variations
Color information
#F0B427 (or 0xF0B427) is known color: Bright Sun. HEX triplet: F0, B4 and 27. RGB value is (240,180,39). Sum of RGB (Red+Green+Blue) = 240+180+39=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B427 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B427 is #0F4BD8. Grayscale: #B6B6B6. Windows color (decimal): -1002457 or 2602224. OLE color: 2602224.
HSL color Cylindrical-coordinate representation of color #F0B427: hue angle of 42.09º 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 #F0B427 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 39 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.06 |
| HSL | 42.09º | 0.87% | 0.55% | - |
| HSV(B) | 42.09º | 0.84% | 0.94% | - |
| XYZ | 52.62 | 51.31 | 9.05 | - |
| YUV | 181.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 39 | 0 | 0.25 | 0.84 | 0.06 | 42.09 | 0.87 | 0.55 |
| Hex | F0 | B4 | 27 | 0 | 19 | 54 | 6 | 2A | 57 | 37 |
| Octal | 360 | 264 | 47 | 0 | 31 | 124 | 6 | 52 | 127 | 67 |
| Binary | 11110000 | 10110100 | 100111 | 0 | 11001 | 1010100 | 110 | 101010 | 1010111 | 110111 |
Color Harmonies of #F0B427
Complementary color
Monochromatic Colors of #F0B427
Black with #F0B427
Text Example
Text Example
White with #F0B427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B427; }
p { color: rgb(240,180,39); }
H1.HeaderClassName
{
color: #F0B427;
}
.AnyTagClassName
{
color: #F0B427;
}
</style>
background-color css
<style>
a { background-color: #F0B427; }
a { background-color: rgb(240,180,39); }
div.DivClassName
{
background-color: #F0B427;
}
.BgClassName
{
background-color: #F0B427;
}
</style>
border-color css
<style>
span { border-color: #F0B427; }
span { border-color: rgb(240,180,39); }
td.TdClassName
{
border-color: #F0B427;
}
.TagClassName
{
border-color: #F0B427;
}
</style>