Shades of Sunglow #FFC42D
Tints of Sunglow #FFC42D
RGB
CMYK
RGB Variations
Color information
#FFC42D (or 0xFFC42D) is known color: Sunglow. HEX triplet: FF, C4 and 2D. RGB value is (255,196,45). Sum of RGB (Red+Green+Blue) = 255+196+45=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC42D is #003BD2. Grayscale: #C5C5C5. Windows color (decimal): -15315 or 2999551. OLE color: 2999551.
HSL color Cylindrical-coordinate representation of color #FFC42D: hue angle of 43.14º 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 #FFC42D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 45 | - |
| CMYK | 0 | 0.23 | 0.82 | 0 |
| HSL | 43.14º | 1% | 0.59% | - |
| HSV(B) | 43.14º | 0.82% | 1% | - |
| XYZ | 61.45 | 60.93 | 11 | - |
| YUV | 196.43 | 42.55 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 45 | 0 | 0.23 | 0.82 | 0 | 43.14 | 1 | 0.59 |
| Hex | FF | C4 | 2D | 0 | 17 | 52 | 0 | 2B | 64 | 3B |
| Octal | 377 | 304 | 55 | 0 | 27 | 122 | 0 | 53 | 144 | 73 |
| Binary | 11111111 | 11000100 | 101101 | 0 | 10111 | 1010010 | 0 | 101011 | 1100100 | 111011 |
Color Harmonies of #FFC42D
Complementary color
Monochromatic Colors of #FFC42D
Black with #FFC42D
Text Example
Text Example
White with #FFC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC42D; }
p { color: rgb(255,196,45); }
H1.HeaderClassName
{
color: #FFC42D;
}
.AnyTagClassName
{
color: #FFC42D;
}
</style>
background-color css
<style>
a { background-color: #FFC42D; }
a { background-color: rgb(255,196,45); }
div.DivClassName
{
background-color: #FFC42D;
}
.BgClassName
{
background-color: #FFC42D;
}
</style>
border-color css
<style>
span { border-color: #FFC42D; }
span { border-color: rgb(255,196,45); }
td.TdClassName
{
border-color: #FFC42D;
}
.TagClassName
{
border-color: #FFC42D;
}
</style>