Shades of Sunglow #FFC92F
Tints of Sunglow #FFC92F
RGB
CMYK
RGB Variations
Color information
#FFC92F (or 0xFFC92F) is known color: Sunglow. HEX triplet: FF, C9 and 2F. RGB value is (255,201,47). Sum of RGB (Red+Green+Blue) = 255+201+47=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC92F is #0036D0. Grayscale: #C8C8C8. Windows color (decimal): -14033 or 3131903. OLE color: 3131903.
HSL color Cylindrical-coordinate representation of color #FFC92F: hue angle of 44.42º 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 #FFC92F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 47 | - |
| CMYK | 0 | 0.21 | 0.82 | 0 |
| HSL | 44.42º | 1% | 0.59% | - |
| HSV(B) | 44.42º | 0.82% | 1% | - |
| XYZ | 62.64 | 63.24 | 11.59 | - |
| YUV | 199.59 | 41.89 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 47 | 0 | 0.21 | 0.82 | 0 | 44.42 | 1 | 0.59 |
| Hex | FF | C9 | 2F | 0 | 15 | 52 | 0 | 2C | 64 | 3B |
| Octal | 377 | 311 | 57 | 0 | 25 | 122 | 0 | 54 | 144 | 73 |
| Binary | 11111111 | 11001001 | 101111 | 0 | 10101 | 1010010 | 0 | 101100 | 1100100 | 111011 |
Color Harmonies of #FFC92F
Complementary color
Monochromatic Colors of #FFC92F
Black with #FFC92F
Text Example
Text Example
White with #FFC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC92F; }
p { color: rgb(255,201,47); }
H1.HeaderClassName
{
color: #FFC92F;
}
.AnyTagClassName
{
color: #FFC92F;
}
</style>
background-color css
<style>
a { background-color: #FFC92F; }
a { background-color: rgb(255,201,47); }
div.DivClassName
{
background-color: #FFC92F;
}
.BgClassName
{
background-color: #FFC92F;
}
</style>
border-color css
<style>
span { border-color: #FFC92F; }
span { border-color: rgb(255,201,47); }
td.TdClassName
{
border-color: #FFC92F;
}
.TagClassName
{
border-color: #FFC92F;
}
</style>