Shades of Bright Sun #F0B42D
Tints of Bright Sun #F0B42D
RGB
CMYK
RGB Variations
Color information
#F0B42D (or 0xF0B42D) is known color: Bright Sun. HEX triplet: F0, B4 and 2D. RGB value is (240,180,45). Sum of RGB (Red+Green+Blue) = 240+180+45=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B42D is #0F4BD2. Grayscale: #B7B7B7. Windows color (decimal): -1002451 or 2995440. OLE color: 2995440.
HSL color Cylindrical-coordinate representation of color #F0B42D: hue angle of 41.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0B42D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 45 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.06 |
| HSL | 41.54º | 0.87% | 0.56% | - |
| HSV(B) | 41.54º | 0.81% | 0.94% | - |
| XYZ | 52.73 | 51.36 | 9.62 | - |
| YUV | 182.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 45 | 0 | 0.25 | 0.81 | 0.06 | 41.54 | 0.87 | 0.56 |
| Hex | F0 | B4 | 2D | 0 | 19 | 51 | 6 | 2A | 57 | 38 |
| Octal | 360 | 264 | 55 | 0 | 31 | 121 | 6 | 52 | 127 | 70 |
| Binary | 11110000 | 10110100 | 101101 | 0 | 11001 | 1010001 | 110 | 101010 | 1010111 | 111000 |
Color Harmonies of #F0B42D
Complementary color
Monochromatic Colors of #F0B42D
Black with #F0B42D
Text Example
Text Example
White with #F0B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B42D; }
p { color: rgb(240,180,45); }
H1.HeaderClassName
{
color: #F0B42D;
}
.AnyTagClassName
{
color: #F0B42D;
}
</style>
background-color css
<style>
a { background-color: #F0B42D; }
a { background-color: rgb(240,180,45); }
div.DivClassName
{
background-color: #F0B42D;
}
.BgClassName
{
background-color: #F0B42D;
}
</style>
border-color css
<style>
span { border-color: #F0B42D; }
span { border-color: rgb(240,180,45); }
td.TdClassName
{
border-color: #F0B42D;
}
.TagClassName
{
border-color: #F0B42D;
}
</style>