Shades of Sunglow #FFC43C
Tints of Sunglow #FFC43C
RGB
CMYK
RGB Variations
Color information
#FFC43C (or 0xFFC43C) is known color: Sunglow. HEX triplet: FF, C4 and 3C. RGB value is (255,196,60). Sum of RGB (Red+Green+Blue) = 255+196+60=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC43C is #003BC3. Grayscale: #C6C6C6. Windows color (decimal): -15300 or 3982591. OLE color: 3982591.
HSL color Cylindrical-coordinate representation of color #FFC43C: hue angle of 41.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFC43C is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 60 | - |
| CMYK | 0 | 0.23 | 0.76 | 0 |
| HSL | 41.85º | 1% | 0.62% | - |
| HSV(B) | 41.85º | 0.76% | 1% | - |
| XYZ | 61.8 | 61.07 | 12.8 | - |
| YUV | 198.14 | 50.05 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 60 | 0 | 0.23 | 0.76 | 0 | 41.85 | 1 | 0.62 |
| Hex | FF | C4 | 3C | 0 | 17 | 4C | 0 | 2A | 64 | 3E |
| Octal | 377 | 304 | 74 | 0 | 27 | 114 | 0 | 52 | 144 | 76 |
| Binary | 11111111 | 11000100 | 111100 | 0 | 10111 | 1001100 | 0 | 101010 | 1100100 | 111110 |
Color Harmonies of #FFC43C
Complementary color
Monochromatic Colors of #FFC43C
Black with #FFC43C
Text Example
Text Example
White with #FFC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC43C; }
p { color: rgb(255,196,60); }
H1.HeaderClassName
{
color: #FFC43C;
}
.AnyTagClassName
{
color: #FFC43C;
}
</style>
background-color css
<style>
a { background-color: #FFC43C; }
a { background-color: rgb(255,196,60); }
div.DivClassName
{
background-color: #FFC43C;
}
.BgClassName
{
background-color: #FFC43C;
}
</style>
border-color css
<style>
span { border-color: #FFC43C; }
span { border-color: rgb(255,196,60); }
td.TdClassName
{
border-color: #FFC43C;
}
.TagClassName
{
border-color: #FFC43C;
}
</style>