Shades of Bright Sun #F2B824
Tints of Bright Sun #F2B824
RGB
CMYK
RGB Variations
Color information
#F2B824 (or 0xF2B824) is known color: Bright Sun. HEX triplet: F2, B8 and 24. RGB value is (242,184,36). Sum of RGB (Red+Green+Blue) = 242+184+36=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 36 (14.45% from 255 or 7.79% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B824 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B824 is #0D47DB. Grayscale: #B9B9B9. Windows color (decimal): -870364 or 2406642. OLE color: 2406642.
HSL color Cylindrical-coordinate representation of color #F2B824: hue angle of 43.11º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2B824 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 36 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.05 |
| HSL | 43.11º | 0.89% | 0.55% | - |
| HSV(B) | 43.11º | 0.85% | 0.95% | - |
| XYZ | 54.08 | 53.29 | 9.1 | - |
| YUV | 184.47 | 44.22 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 36 | 0 | 0.24 | 0.85 | 0.05 | 43.11 | 0.89 | 0.55 |
| Hex | F2 | B8 | 24 | 0 | 18 | 55 | 5 | 2B | 59 | 37 |
| Octal | 362 | 270 | 44 | 0 | 30 | 125 | 5 | 53 | 131 | 67 |
| Binary | 11110010 | 10111000 | 100100 | 0 | 11000 | 1010101 | 101 | 101011 | 1011001 | 110111 |
Color Harmonies of #F2B824
Complementary color
Monochromatic Colors of #F2B824
Black with #F2B824
Text Example
Text Example
White with #F2B824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B824; }
p { color: rgb(242,184,36); }
H1.HeaderClassName
{
color: #F2B824;
}
.AnyTagClassName
{
color: #F2B824;
}
</style>
background-color css
<style>
a { background-color: #F2B824; }
a { background-color: rgb(242,184,36); }
div.DivClassName
{
background-color: #F2B824;
}
.BgClassName
{
background-color: #F2B824;
}
</style>
border-color css
<style>
span { border-color: #F2B824; }
span { border-color: rgb(242,184,36); }
td.TdClassName
{
border-color: #F2B824;
}
.TagClassName
{
border-color: #F2B824;
}
</style>