Shades of Bright Sun #F4B022
Tints of Bright Sun #F4B022
RGB
CMYK
RGB Variations
Color information
#F4B022 (or 0xF4B022) is known color: Bright Sun. HEX triplet: F4, B0 and 22. RGB value is (244,176,34). Sum of RGB (Red+Green+Blue) = 244+176+34=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4B022 is #0B4FDD. Grayscale: #B4B4B4. Windows color (decimal): -741342 or 2273524. OLE color: 2273524.
HSL color Cylindrical-coordinate representation of color #F4B022: hue angle of 40.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4B022 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 34 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.04 |
| HSL | 40.57º | 0.91% | 0.55% | - |
| HSV(B) | 40.57º | 0.86% | 0.96% | - |
| XYZ | 53.12 | 50.4 | 8.44 | - |
| YUV | 180.14 | 45.53 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 34 | 0 | 0.28 | 0.86 | 0.04 | 40.57 | 0.91 | 0.55 |
| Hex | F4 | B0 | 22 | 0 | 1C | 56 | 4 | 29 | 5B | 37 |
| Octal | 364 | 260 | 42 | 0 | 34 | 126 | 4 | 51 | 133 | 67 |
| Binary | 11110100 | 10110000 | 100010 | 0 | 11100 | 1010110 | 100 | 101001 | 1011011 | 110111 |
Color Harmonies of #F4B022
Complementary color
Monochromatic Colors of #F4B022
Black with #F4B022
Text Example
Text Example
White with #F4B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B022; }
p { color: rgb(244,176,34); }
H1.HeaderClassName
{
color: #F4B022;
}
.AnyTagClassName
{
color: #F4B022;
}
</style>
background-color css
<style>
a { background-color: #F4B022; }
a { background-color: rgb(244,176,34); }
div.DivClassName
{
background-color: #F4B022;
}
.BgClassName
{
background-color: #F4B022;
}
</style>
border-color css
<style>
span { border-color: #F4B022; }
span { border-color: rgb(244,176,34); }
td.TdClassName
{
border-color: #F4B022;
}
.TagClassName
{
border-color: #F4B022;
}
</style>