Shades of Bright Sun #F4B52C
Tints of Bright Sun #F4B52C
RGB
CMYK
RGB Variations
Color information
#F4B52C (or 0xF4B52C) is known color: Bright Sun. HEX triplet: F4, B5 and 2C. RGB value is (244,181,44). Sum of RGB (Red+Green+Blue) = 244+181+44=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B52C is #0B4AD3. Grayscale: #B8B8B8. Windows color (decimal): -740052 or 2930164. OLE color: 2930164.
HSL color Cylindrical-coordinate representation of color #F4B52C: hue angle of 41.1º 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 #F4B52C is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 44 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.04 |
| HSL | 41.1º | 0.9% | 0.56% | - |
| HSV(B) | 41.1º | 0.82% | 0.96% | - |
| XYZ | 54.29 | 52.46 | 9.65 | - |
| YUV | 184.22 | 48.87 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 44 | 0 | 0.26 | 0.82 | 0.04 | 41.1 | 0.9 | 0.56 |
| Hex | F4 | B5 | 2C | 0 | 1A | 52 | 4 | 29 | 5A | 38 |
| Octal | 364 | 265 | 54 | 0 | 32 | 122 | 4 | 51 | 132 | 70 |
| Binary | 11110100 | 10110101 | 101100 | 0 | 11010 | 1010010 | 100 | 101001 | 1011010 | 111000 |
Color Harmonies of #F4B52C
Complementary color
Monochromatic Colors of #F4B52C
Black with #F4B52C
Text Example
Text Example
White with #F4B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B52C; }
p { color: rgb(244,181,44); }
H1.HeaderClassName
{
color: #F4B52C;
}
.AnyTagClassName
{
color: #F4B52C;
}
</style>
background-color css
<style>
a { background-color: #F4B52C; }
a { background-color: rgb(244,181,44); }
div.DivClassName
{
background-color: #F4B52C;
}
.BgClassName
{
background-color: #F4B52C;
}
</style>
border-color css
<style>
span { border-color: #F4B52C; }
span { border-color: rgb(244,181,44); }
td.TdClassName
{
border-color: #F4B52C;
}
.TagClassName
{
border-color: #F4B52C;
}
</style>