Shades of Bright Sun #F2B02D
Tints of Bright Sun #F2B02D
RGB
CMYK
RGB Variations
Color information
#F2B02D (or 0xF2B02D) is known color: Bright Sun. HEX triplet: F2, B0 and 2D. RGB value is (242,176,45). Sum of RGB (Red+Green+Blue) = 242+176+45=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B02D is #0D4FD2. Grayscale: #B5B5B5. Windows color (decimal): -872403 or 2994418. OLE color: 2994418.
HSL color Cylindrical-coordinate representation of color #F2B02D: hue angle of 39.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2B02D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 45 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.05 |
| HSL | 39.9º | 0.88% | 0.56% | - |
| HSV(B) | 39.9º | 0.81% | 0.95% | - |
| XYZ | 52.62 | 50.12 | 9.38 | - |
| YUV | 180.8 | 51.37 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 45 | 0 | 0.27 | 0.81 | 0.05 | 39.9 | 0.88 | 0.56 |
| Hex | F2 | B0 | 2D | 0 | 1B | 51 | 5 | 28 | 58 | 38 |
| Octal | 362 | 260 | 55 | 0 | 33 | 121 | 5 | 50 | 130 | 70 |
| Binary | 11110010 | 10110000 | 101101 | 0 | 11011 | 1010001 | 101 | 101000 | 1011000 | 111000 |
Color Harmonies of #F2B02D
Complementary color
Monochromatic Colors of #F2B02D
Black with #F2B02D
Text Example
Text Example
White with #F2B02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B02D; }
p { color: rgb(242,176,45); }
H1.HeaderClassName
{
color: #F2B02D;
}
.AnyTagClassName
{
color: #F2B02D;
}
</style>
background-color css
<style>
a { background-color: #F2B02D; }
a { background-color: rgb(242,176,45); }
div.DivClassName
{
background-color: #F2B02D;
}
.BgClassName
{
background-color: #F2B02D;
}
</style>
border-color css
<style>
span { border-color: #F2B02D; }
span { border-color: rgb(242,176,45); }
td.TdClassName
{
border-color: #F2B02D;
}
.TagClassName
{
border-color: #F2B02D;
}
</style>