Shades of Sunglow #FFC32E
Tints of Sunglow #FFC32E
RGB
CMYK
RGB Variations
Color information
#FFC32E (or 0xFFC32E) is known color: Sunglow. HEX triplet: FF, C3 and 2E. RGB value is (255,195,46). Sum of RGB (Red+Green+Blue) = 255+195+46=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC32E is #003CD1. Grayscale: #C4C4C4. Windows color (decimal): -15570 or 3064831. OLE color: 3064831.
HSL color Cylindrical-coordinate representation of color #FFC32E: hue angle of 42.78º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFC32E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 46 | - |
| CMYK | 0 | 0.24 | 0.82 | 0 |
| HSL | 42.78º | 1% | 0.59% | - |
| HSV(B) | 42.78º | 0.82% | 1% | - |
| XYZ | 61.25 | 60.49 | 11.03 | - |
| YUV | 195.95 | 43.38 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 46 | 0 | 0.24 | 0.82 | 0 | 42.78 | 1 | 0.59 |
| Hex | FF | C3 | 2E | 0 | 18 | 52 | 0 | 2B | 64 | 3B |
| Octal | 377 | 303 | 56 | 0 | 30 | 122 | 0 | 53 | 144 | 73 |
| Binary | 11111111 | 11000011 | 101110 | 0 | 11000 | 1010010 | 0 | 101011 | 1100100 | 111011 |
Color Harmonies of #FFC32E
Complementary color
Monochromatic Colors of #FFC32E
Black with #FFC32E
Text Example
Text Example
White with #FFC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC32E; }
p { color: rgb(255,195,46); }
H1.HeaderClassName
{
color: #FFC32E;
}
.AnyTagClassName
{
color: #FFC32E;
}
</style>
background-color css
<style>
a { background-color: #FFC32E; }
a { background-color: rgb(255,195,46); }
div.DivClassName
{
background-color: #FFC32E;
}
.BgClassName
{
background-color: #FFC32E;
}
</style>
border-color css
<style>
span { border-color: #FFC32E; }
span { border-color: rgb(255,195,46); }
td.TdClassName
{
border-color: #FFC32E;
}
.TagClassName
{
border-color: #FFC32E;
}
</style>