Shades of Bright Sun #F4BC28
Tints of Bright Sun #F4BC28
RGB
CMYK
RGB Variations
Color information
#F4BC28 (or 0xF4BC28) is known color: Bright Sun. HEX triplet: F4, BC and 28. RGB value is (244,188,40). Sum of RGB (Red+Green+Blue) = 244+188+40=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BC28 is #0B43D7. Grayscale: #BCBCBC. Windows color (decimal): -738264 or 2669812. OLE color: 2669812.
HSL color Cylindrical-coordinate representation of color #F4BC28: hue angle of 43.53º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4BC28 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 40 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.04 |
| HSL | 43.53º | 0.9% | 0.56% | - |
| HSV(B) | 43.53º | 0.84% | 0.96% | - |
| XYZ | 55.67 | 55.35 | 9.76 | - |
| YUV | 187.87 | 44.55 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 40 | 0 | 0.23 | 0.84 | 0.04 | 43.53 | 0.9 | 0.56 |
| Hex | F4 | BC | 28 | 0 | 17 | 54 | 4 | 2C | 5A | 38 |
| Octal | 364 | 274 | 50 | 0 | 27 | 124 | 4 | 54 | 132 | 70 |
| Binary | 11110100 | 10111100 | 101000 | 0 | 10111 | 1010100 | 100 | 101100 | 1011010 | 111000 |
Color Harmonies of #F4BC28
Complementary color
Monochromatic Colors of #F4BC28
Black with #F4BC28
Text Example
Text Example
White with #F4BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC28; }
p { color: rgb(244,188,40); }
H1.HeaderClassName
{
color: #F4BC28;
}
.AnyTagClassName
{
color: #F4BC28;
}
</style>
background-color css
<style>
a { background-color: #F4BC28; }
a { background-color: rgb(244,188,40); }
div.DivClassName
{
background-color: #F4BC28;
}
.BgClassName
{
background-color: #F4BC28;
}
</style>
border-color css
<style>
span { border-color: #F4BC28; }
span { border-color: rgb(244,188,40); }
td.TdClassName
{
border-color: #F4BC28;
}
.TagClassName
{
border-color: #F4BC28;
}
</style>