Shades of Bright Sun #F2BD2F
Tints of Bright Sun #F2BD2F
RGB
CMYK
RGB Variations
Color information
#F2BD2F (or 0xF2BD2F) is known color: Bright Sun. HEX triplet: F2, BD and 2F. RGB value is (242,189,47). Sum of RGB (Red+Green+Blue) = 242+189+47=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD2F is #0D42D0. Grayscale: #BDBDBD. Windows color (decimal): -869073 or 3128818. OLE color: 3128818.
HSL color Cylindrical-coordinate representation of color #F2BD2F: hue angle of 43.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2BD2F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.05 |
| HSL | 43.69º | 0.88% | 0.57% | - |
| HSV(B) | 43.69º | 0.81% | 0.95% | - |
| XYZ | 55.33 | 55.48 | 10.48 | - |
| YUV | 188.66 | 48.06 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 47 | 0 | 0.22 | 0.81 | 0.05 | 43.69 | 0.88 | 0.57 |
| Hex | F2 | BD | 2F | 0 | 16 | 51 | 5 | 2C | 58 | 39 |
| Octal | 362 | 275 | 57 | 0 | 26 | 121 | 5 | 54 | 130 | 71 |
| Binary | 11110010 | 10111101 | 101111 | 0 | 10110 | 1010001 | 101 | 101100 | 1011000 | 111001 |
Color Harmonies of #F2BD2F
Complementary color
Monochromatic Colors of #F2BD2F
Black with #F2BD2F
Text Example
Text Example
White with #F2BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD2F; }
p { color: rgb(242,189,47); }
H1.HeaderClassName
{
color: #F2BD2F;
}
.AnyTagClassName
{
color: #F2BD2F;
}
</style>
background-color css
<style>
a { background-color: #F2BD2F; }
a { background-color: rgb(242,189,47); }
div.DivClassName
{
background-color: #F2BD2F;
}
.BgClassName
{
background-color: #F2BD2F;
}
</style>
border-color css
<style>
span { border-color: #F2BD2F; }
span { border-color: rgb(242,189,47); }
td.TdClassName
{
border-color: #F2BD2F;
}
.TagClassName
{
border-color: #F2BD2F;
}
</style>