Shades of Sunglow #FFC42A
Tints of Sunglow #FFC42A
RGB
CMYK
RGB Variations
Color information
#FFC42A (or 0xFFC42A) is known color: Sunglow. HEX triplet: FF, C4 and 2A. RGB value is (255,196,42). Sum of RGB (Red+Green+Blue) = 255+196+42=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC42A is #003BD5. Grayscale: #C4C4C4. Windows color (decimal): -15318 or 2802943. OLE color: 2802943.
HSL color Cylindrical-coordinate representation of color #FFC42A: hue angle of 43.38º 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 #FFC42A is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 42 | - |
| CMYK | 0 | 0.23 | 0.84 | 0 |
| HSL | 43.38º | 1% | 0.58% | - |
| HSV(B) | 43.38º | 0.84% | 1% | - |
| XYZ | 61.4 | 60.91 | 10.71 | - |
| YUV | 196.09 | 41.05 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 42 | 0 | 0.23 | 0.84 | 0 | 43.38 | 1 | 0.58 |
| Hex | FF | C4 | 2A | 0 | 17 | 54 | 0 | 2B | 64 | 3A |
| Octal | 377 | 304 | 52 | 0 | 27 | 124 | 0 | 53 | 144 | 72 |
| Binary | 11111111 | 11000100 | 101010 | 0 | 10111 | 1010100 | 0 | 101011 | 1100100 | 111010 |
Color Harmonies of #FFC42A
Complementary color
Monochromatic Colors of #FFC42A
Black with #FFC42A
Text Example
Text Example
White with #FFC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC42A; }
p { color: rgb(255,196,42); }
H1.HeaderClassName
{
color: #FFC42A;
}
.AnyTagClassName
{
color: #FFC42A;
}
</style>
background-color css
<style>
a { background-color: #FFC42A; }
a { background-color: rgb(255,196,42); }
div.DivClassName
{
background-color: #FFC42A;
}
.BgClassName
{
background-color: #FFC42A;
}
</style>
border-color css
<style>
span { border-color: #FFC42A; }
span { border-color: rgb(255,196,42); }
td.TdClassName
{
border-color: #FFC42A;
}
.TagClassName
{
border-color: #FFC42A;
}
</style>