Shades of Sunglow #FFC434
Tints of Sunglow #FFC434
RGB
CMYK
RGB Variations
Color information
#FFC434 (or 0xFFC434) is known color: Sunglow. HEX triplet: FF, C4 and 34. RGB value is (255,196,52). Sum of RGB (Red+Green+Blue) = 255+196+52=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC434 is #003BCB. Grayscale: #C5C5C5. Windows color (decimal): -15308 or 3458303. OLE color: 3458303.
HSL color Cylindrical-coordinate representation of color #FFC434: hue angle of 42.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFC434 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 52 | - |
| CMYK | 0 | 0.23 | 0.80 | 0 |
| HSL | 42.56º | 1% | 0.6% | - |
| HSV(B) | 42.56º | 0.8% | 1% | - |
| XYZ | 61.6 | 60.99 | 11.77 | - |
| YUV | 197.23 | 46.05 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 52 | 0 | 0.23 | 0.80 | 0 | 42.56 | 1 | 0.6 |
| Hex | FF | C4 | 34 | 0 | 17 | 50 | 0 | 2B | 64 | 3C |
| Octal | 377 | 304 | 64 | 0 | 27 | 120 | 0 | 53 | 144 | 74 |
| Binary | 11111111 | 11000100 | 110100 | 0 | 10111 | 1010000 | 0 | 101011 | 1100100 | 111100 |
Color Harmonies of #FFC434
Complementary color
Monochromatic Colors of #FFC434
Black with #FFC434
Text Example
Text Example
White with #FFC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC434; }
p { color: rgb(255,196,52); }
H1.HeaderClassName
{
color: #FFC434;
}
.AnyTagClassName
{
color: #FFC434;
}
</style>
background-color css
<style>
a { background-color: #FFC434; }
a { background-color: rgb(255,196,52); }
div.DivClassName
{
background-color: #FFC434;
}
.BgClassName
{
background-color: #FFC434;
}
</style>
border-color css
<style>
span { border-color: #FFC434; }
span { border-color: rgb(255,196,52); }
td.TdClassName
{
border-color: #FFC434;
}
.TagClassName
{
border-color: #FFC434;
}
</style>