Shades of Sunglow #FFC92A
Tints of Sunglow #FFC92A
RGB
CMYK
RGB Variations
Color information
#FFC92A (or 0xFFC92A) is known color: Sunglow. HEX triplet: FF, C9 and 2A. RGB value is (255,201,42). Sum of RGB (Red+Green+Blue) = 255+201+42=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC92A is #0036D5. Grayscale: #C7C7C7. Windows color (decimal): -14038 or 2804223. OLE color: 2804223.
HSL color Cylindrical-coordinate representation of color #FFC92A: hue angle of 44.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFC92A is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 42 | - |
| CMYK | 0 | 0.21 | 0.84 | 0 |
| HSL | 44.79º | 1% | 0.58% | - |
| HSV(B) | 44.79º | 0.84% | 1% | - |
| XYZ | 62.54 | 63.2 | 11.09 | - |
| YUV | 199.02 | 39.39 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 42 | 0 | 0.21 | 0.84 | 0 | 44.79 | 1 | 0.58 |
| Hex | FF | C9 | 2A | 0 | 15 | 54 | 0 | 2D | 64 | 3A |
| Octal | 377 | 311 | 52 | 0 | 25 | 124 | 0 | 55 | 144 | 72 |
| Binary | 11111111 | 11001001 | 101010 | 0 | 10101 | 1010100 | 0 | 101101 | 1100100 | 111010 |
Color Harmonies of #FFC92A
Complementary color
Monochromatic Colors of #FFC92A
Black with #FFC92A
Text Example
Text Example
White with #FFC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC92A; }
p { color: rgb(255,201,42); }
H1.HeaderClassName
{
color: #FFC92A;
}
.AnyTagClassName
{
color: #FFC92A;
}
</style>
background-color css
<style>
a { background-color: #FFC92A; }
a { background-color: rgb(255,201,42); }
div.DivClassName
{
background-color: #FFC92A;
}
.BgClassName
{
background-color: #FFC92A;
}
</style>
border-color css
<style>
span { border-color: #FFC92A; }
span { border-color: rgb(255,201,42); }
td.TdClassName
{
border-color: #FFC92A;
}
.TagClassName
{
border-color: #FFC92A;
}
</style>