Shades of Bright Sun #F2B52D
Tints of Bright Sun #F2B52D
RGB
CMYK
RGB Variations
Color information
#F2B52D (or 0xF2B52D) is known color: Bright Sun. HEX triplet: F2, B5 and 2D. RGB value is (242,181,45). Sum of RGB (Red+Green+Blue) = 242+181+45=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B52D is #0D4AD2. Grayscale: #B8B8B8. Windows color (decimal): -871123 or 2995698. OLE color: 2995698.
HSL color Cylindrical-coordinate representation of color #F2B52D: hue angle of 41.42º 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 #F2B52D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 45 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.05 |
| HSL | 41.42º | 0.88% | 0.56% | - |
| HSV(B) | 41.42º | 0.81% | 0.95% | - |
| XYZ | 53.62 | 52.11 | 9.72 | - |
| YUV | 183.74 | 49.71 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 45 | 0 | 0.25 | 0.81 | 0.05 | 41.42 | 0.88 | 0.56 |
| Hex | F2 | B5 | 2D | 0 | 19 | 51 | 5 | 29 | 58 | 38 |
| Octal | 362 | 265 | 55 | 0 | 31 | 121 | 5 | 51 | 130 | 70 |
| Binary | 11110010 | 10110101 | 101101 | 0 | 11001 | 1010001 | 101 | 101001 | 1011000 | 111000 |
Color Harmonies of #F2B52D
Complementary color
Monochromatic Colors of #F2B52D
Black with #F2B52D
Text Example
Text Example
White with #F2B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B52D; }
p { color: rgb(242,181,45); }
H1.HeaderClassName
{
color: #F2B52D;
}
.AnyTagClassName
{
color: #F2B52D;
}
</style>
background-color css
<style>
a { background-color: #F2B52D; }
a { background-color: rgb(242,181,45); }
div.DivClassName
{
background-color: #F2B52D;
}
.BgClassName
{
background-color: #F2B52D;
}
</style>
border-color css
<style>
span { border-color: #F2B52D; }
span { border-color: rgb(242,181,45); }
td.TdClassName
{
border-color: #F2B52D;
}
.TagClassName
{
border-color: #F2B52D;
}
</style>