Shades of Sunglow #FFC92B
Tints of Sunglow #FFC92B
RGB
CMYK
RGB Variations
Color information
#FFC92B (or 0xFFC92B) is known color: Sunglow. HEX triplet: FF, C9 and 2B. RGB value is (255,201,43). Sum of RGB (Red+Green+Blue) = 255+201+43=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC92B is #0036D4. Grayscale: #C7C7C7. Windows color (decimal): -14037 or 2869759. OLE color: 2869759.
HSL color Cylindrical-coordinate representation of color #FFC92B: hue angle of 44.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFC92B is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 43 | - |
| CMYK | 0 | 0.21 | 0.83 | 0 |
| HSL | 44.72º | 1% | 0.58% | - |
| HSV(B) | 44.72º | 0.83% | 1% | - |
| XYZ | 62.56 | 63.21 | 11.19 | - |
| YUV | 199.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 43 | 0 | 0.21 | 0.83 | 0 | 44.72 | 1 | 0.58 |
| Hex | FF | C9 | 2B | 0 | 15 | 53 | 0 | 2D | 64 | 3A |
| Octal | 377 | 311 | 53 | 0 | 25 | 123 | 0 | 55 | 144 | 72 |
| Binary | 11111111 | 11001001 | 101011 | 0 | 10101 | 1010011 | 0 | 101101 | 1100100 | 111010 |
Color Harmonies of #FFC92B
Complementary color
Monochromatic Colors of #FFC92B
Black with #FFC92B
Text Example
Text Example
White with #FFC92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC92B; }
p { color: rgb(255,201,43); }
H1.HeaderClassName
{
color: #FFC92B;
}
.AnyTagClassName
{
color: #FFC92B;
}
</style>
background-color css
<style>
a { background-color: #FFC92B; }
a { background-color: rgb(255,201,43); }
div.DivClassName
{
background-color: #FFC92B;
}
.BgClassName
{
background-color: #FFC92B;
}
</style>
border-color css
<style>
span { border-color: #FFC92B; }
span { border-color: rgb(255,201,43); }
td.TdClassName
{
border-color: #FFC92B;
}
.TagClassName
{
border-color: #FFC92B;
}
</style>