Shades of Bright Sun #F2C129
Tints of Bright Sun #F2C129
RGB
CMYK
RGB Variations
Color information
#F2C129 (or 0xF2C129) is known color: Bright Sun. HEX triplet: F2, C1 and 29. RGB value is (242,193,41). Sum of RGB (Red+Green+Blue) = 242+193+41=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C129 is #0D3ED6. Grayscale: #BEBEBE. Windows color (decimal): -868055 or 2736626. OLE color: 2736626.
HSL color Cylindrical-coordinate representation of color #F2C129: hue angle of 45.37º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2C129 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 41 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.05 |
| HSL | 45.37º | 0.89% | 0.55% | - |
| HSV(B) | 45.37º | 0.83% | 0.95% | - |
| XYZ | 56.09 | 57.18 | 10.18 | - |
| YUV | 190.32 | 43.73 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 41 | 0 | 0.20 | 0.83 | 0.05 | 45.37 | 0.89 | 0.55 |
| Hex | F2 | C1 | 29 | 0 | 14 | 53 | 5 | 2D | 59 | 37 |
| Octal | 362 | 301 | 51 | 0 | 24 | 123 | 5 | 55 | 131 | 67 |
| Binary | 11110010 | 11000001 | 101001 | 0 | 10100 | 1010011 | 101 | 101101 | 1011001 | 110111 |
Color Harmonies of #F2C129
Complementary color
Monochromatic Colors of #F2C129
Black with #F2C129
Text Example
Text Example
White with #F2C129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C129; }
p { color: rgb(242,193,41); }
H1.HeaderClassName
{
color: #F2C129;
}
.AnyTagClassName
{
color: #F2C129;
}
</style>
background-color css
<style>
a { background-color: #F2C129; }
a { background-color: rgb(242,193,41); }
div.DivClassName
{
background-color: #F2C129;
}
.BgClassName
{
background-color: #F2C129;
}
</style>
border-color css
<style>
span { border-color: #F2C129; }
span { border-color: rgb(242,193,41); }
td.TdClassName
{
border-color: #F2C129;
}
.TagClassName
{
border-color: #F2C129;
}
</style>