Shades of Sunglow #FFC234
Tints of Sunglow #FFC234
RGB
CMYK
RGB Variations
Color information
#FFC234 (or 0xFFC234) is known color: Sunglow. HEX triplet: FF, C2 and 34. RGB value is (255,194,52). Sum of RGB (Red+Green+Blue) = 255+194+52=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC234 is #003DCB. Grayscale: #C4C4C4. Windows color (decimal): -15820 or 3457791. OLE color: 3457791.
HSL color Cylindrical-coordinate representation of color #FFC234: hue angle of 41.97º 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 #FFC234 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 52 | - |
| CMYK | 0 | 0.24 | 0.80 | 0 |
| HSL | 41.97º | 1% | 0.6% | - |
| HSV(B) | 41.97º | 0.8% | 1% | - |
| XYZ | 61.15 | 60.09 | 11.62 | - |
| YUV | 196.05 | 46.71 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 52 | 0 | 0.24 | 0.80 | 0 | 41.97 | 1 | 0.6 |
| Hex | FF | C2 | 34 | 0 | 18 | 50 | 0 | 2A | 64 | 3C |
| Octal | 377 | 302 | 64 | 0 | 30 | 120 | 0 | 52 | 144 | 74 |
| Binary | 11111111 | 11000010 | 110100 | 0 | 11000 | 1010000 | 0 | 101010 | 1100100 | 111100 |
Color Harmonies of #FFC234
Complementary color
Monochromatic Colors of #FFC234
Black with #FFC234
Text Example
Text Example
White with #FFC234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC234; }
p { color: rgb(255,194,52); }
H1.HeaderClassName
{
color: #FFC234;
}
.AnyTagClassName
{
color: #FFC234;
}
</style>
background-color css
<style>
a { background-color: #FFC234; }
a { background-color: rgb(255,194,52); }
div.DivClassName
{
background-color: #FFC234;
}
.BgClassName
{
background-color: #FFC234;
}
</style>
border-color css
<style>
span { border-color: #FFC234; }
span { border-color: rgb(255,194,52); }
td.TdClassName
{
border-color: #FFC234;
}
.TagClassName
{
border-color: #FFC234;
}
</style>