Shades of Sunglow #FFC534
Tints of Sunglow #FFC534
RGB
CMYK
RGB Variations
Color information
#FFC534 (or 0xFFC534) is known color: Sunglow. HEX triplet: FF, C5 and 34. RGB value is (255,197,52). Sum of RGB (Red+Green+Blue) = 255+197+52=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC534 is #003ACB. Grayscale: #C6C6C6. Windows color (decimal): -15052 or 3458559. OLE color: 3458559.
HSL color Cylindrical-coordinate representation of color #FFC534: hue angle of 42.86º 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 #FFC534 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 52 | - |
| CMYK | 0 | 0.23 | 0.80 | 0 |
| HSL | 42.86º | 1% | 0.6% | - |
| HSV(B) | 42.86º | 0.8% | 1% | - |
| XYZ | 61.83 | 61.44 | 11.85 | - |
| YUV | 197.81 | 45.72 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 52 | 0 | 0.23 | 0.80 | 0 | 42.86 | 1 | 0.6 |
| Hex | FF | C5 | 34 | 0 | 17 | 50 | 0 | 2B | 64 | 3C |
| Octal | 377 | 305 | 64 | 0 | 27 | 120 | 0 | 53 | 144 | 74 |
| Binary | 11111111 | 11000101 | 110100 | 0 | 10111 | 1010000 | 0 | 101011 | 1100100 | 111100 |
Color Harmonies of #FFC534
Complementary color
Monochromatic Colors of #FFC534
Black with #FFC534
Text Example
Text Example
White with #FFC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC534; }
p { color: rgb(255,197,52); }
H1.HeaderClassName
{
color: #FFC534;
}
.AnyTagClassName
{
color: #FFC534;
}
</style>
background-color css
<style>
a { background-color: #FFC534; }
a { background-color: rgb(255,197,52); }
div.DivClassName
{
background-color: #FFC534;
}
.BgClassName
{
background-color: #FFC534;
}
</style>
border-color css
<style>
span { border-color: #FFC534; }
span { border-color: rgb(255,197,52); }
td.TdClassName
{
border-color: #FFC534;
}
.TagClassName
{
border-color: #FFC534;
}
</style>