Shades of Sunglow #FFC92D
Tints of Sunglow #FFC92D
RGB
CMYK
RGB Variations
Color information
#FFC92D (or 0xFFC92D) is known color: Sunglow. HEX triplet: FF, C9 and 2D. RGB value is (255,201,45). Sum of RGB (Red+Green+Blue) = 255+201+45=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC92D is #0036D2. Grayscale: #C8C8C8. Windows color (decimal): -14035 or 3000831. OLE color: 3000831.
HSL color Cylindrical-coordinate representation of color #FFC92D: hue angle of 44.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFC92D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 45 | - |
| CMYK | 0 | 0.21 | 0.82 | 0 |
| HSL | 44.57º | 1% | 0.59% | - |
| HSV(B) | 44.57º | 0.82% | 1% | - |
| XYZ | 62.6 | 63.22 | 11.39 | - |
| YUV | 199.36 | 40.89 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 45 | 0 | 0.21 | 0.82 | 0 | 44.57 | 1 | 0.59 |
| Hex | FF | C9 | 2D | 0 | 15 | 52 | 0 | 2D | 64 | 3B |
| Octal | 377 | 311 | 55 | 0 | 25 | 122 | 0 | 55 | 144 | 73 |
| Binary | 11111111 | 11001001 | 101101 | 0 | 10101 | 1010010 | 0 | 101101 | 1100100 | 111011 |
Color Harmonies of #FFC92D
Complementary color
Monochromatic Colors of #FFC92D
Black with #FFC92D
Text Example
Text Example
White with #FFC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC92D; }
p { color: rgb(255,201,45); }
H1.HeaderClassName
{
color: #FFC92D;
}
.AnyTagClassName
{
color: #FFC92D;
}
</style>
background-color css
<style>
a { background-color: #FFC92D; }
a { background-color: rgb(255,201,45); }
div.DivClassName
{
background-color: #FFC92D;
}
.BgClassName
{
background-color: #FFC92D;
}
</style>
border-color css
<style>
span { border-color: #FFC92D; }
span { border-color: rgb(255,201,45); }
td.TdClassName
{
border-color: #FFC92D;
}
.TagClassName
{
border-color: #FFC92D;
}
</style>