Shades of Bright Sun #F4BC2C
Tints of Bright Sun #F4BC2C
RGB
CMYK
RGB Variations
Color information
#F4BC2C (or 0xF4BC2C) is known color: Bright Sun. HEX triplet: F4, BC and 2C. RGB value is (244,188,44). Sum of RGB (Red+Green+Blue) = 244+188+44=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BC2C is #0B43D3. Grayscale: #BCBCBC. Windows color (decimal): -738260 or 2931956. OLE color: 2931956.
HSL color Cylindrical-coordinate representation of color #F4BC2C: hue angle of 43.2º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4BC2C is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 44 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.04 |
| HSL | 43.2º | 0.9% | 0.56% | - |
| HSV(B) | 43.2º | 0.82% | 0.96% | - |
| XYZ | 55.75 | 55.38 | 10.13 | - |
| YUV | 188.33 | 46.55 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 44 | 0 | 0.23 | 0.82 | 0.04 | 43.2 | 0.9 | 0.56 |
| Hex | F4 | BC | 2C | 0 | 17 | 52 | 4 | 2B | 5A | 38 |
| Octal | 364 | 274 | 54 | 0 | 27 | 122 | 4 | 53 | 132 | 70 |
| Binary | 11110100 | 10111100 | 101100 | 0 | 10111 | 1010010 | 100 | 101011 | 1011010 | 111000 |
Color Harmonies of #F4BC2C
Complementary color
Monochromatic Colors of #F4BC2C
Black with #F4BC2C
Text Example
Text Example
White with #F4BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC2C; }
p { color: rgb(244,188,44); }
H1.HeaderClassName
{
color: #F4BC2C;
}
.AnyTagClassName
{
color: #F4BC2C;
}
</style>
background-color css
<style>
a { background-color: #F4BC2C; }
a { background-color: rgb(244,188,44); }
div.DivClassName
{
background-color: #F4BC2C;
}
.BgClassName
{
background-color: #F4BC2C;
}
</style>
border-color css
<style>
span { border-color: #F4BC2C; }
span { border-color: rgb(244,188,44); }
td.TdClassName
{
border-color: #F4BC2C;
}
.TagClassName
{
border-color: #F4BC2C;
}
</style>