Shades of Sunglow #FFC734
Tints of Sunglow #FFC734
RGB
CMYK
RGB Variations
Color information
#FFC734 (or 0xFFC734) is known color: Sunglow. HEX triplet: FF, C7 and 34. RGB value is (255,199,52). Sum of RGB (Red+Green+Blue) = 255+199+52=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC734 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC734 is #0038CB. Grayscale: #C7C7C7. Windows color (decimal): -14540 or 3459071. OLE color: 3459071.
HSL color Cylindrical-coordinate representation of color #FFC734: hue angle of 43.45º 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 #FFC734 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 52 | - |
| CMYK | 0 | 0.22 | 0.80 | 0 |
| HSL | 43.45º | 1% | 0.6% | - |
| HSV(B) | 43.45º | 0.8% | 1% | - |
| XYZ | 62.28 | 62.35 | 12 | - |
| YUV | 198.99 | 45.05 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 52 | 0 | 0.22 | 0.80 | 0 | 43.45 | 1 | 0.6 |
| Hex | FF | C7 | 34 | 0 | 16 | 50 | 0 | 2B | 64 | 3C |
| Octal | 377 | 307 | 64 | 0 | 26 | 120 | 0 | 53 | 144 | 74 |
| Binary | 11111111 | 11000111 | 110100 | 0 | 10110 | 1010000 | 0 | 101011 | 1100100 | 111100 |
Color Harmonies of #FFC734
Complementary color
Monochromatic Colors of #FFC734
Black with #FFC734
Text Example
Text Example
White with #FFC734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC734; }
p { color: rgb(255,199,52); }
H1.HeaderClassName
{
color: #FFC734;
}
.AnyTagClassName
{
color: #FFC734;
}
</style>
background-color css
<style>
a { background-color: #FFC734; }
a { background-color: rgb(255,199,52); }
div.DivClassName
{
background-color: #FFC734;
}
.BgClassName
{
background-color: #FFC734;
}
</style>
border-color css
<style>
span { border-color: #FFC734; }
span { border-color: rgb(255,199,52); }
td.TdClassName
{
border-color: #FFC734;
}
.TagClassName
{
border-color: #FFC734;
}
</style>