Shades of Sunglow #FFC32D
Tints of Sunglow #FFC32D
RGB
CMYK
RGB Variations
Color information
#FFC32D (or 0xFFC32D) is known color: Sunglow. HEX triplet: FF, C3 and 2D. RGB value is (255,195,45). Sum of RGB (Red+Green+Blue) = 255+195+45=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC32D is #003CD2. Grayscale: #C4C4C4. Windows color (decimal): -15571 or 2999295. OLE color: 2999295.
HSL color Cylindrical-coordinate representation of color #FFC32D: hue angle of 42.86º 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 #FFC32D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0 |
| HSL | 42.86º | 1% | 0.59% | - |
| HSV(B) | 42.86º | 0.82% | 1% | - |
| XYZ | 61.23 | 60.48 | 10.93 | - |
| YUV | 195.84 | 42.88 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 45 | 0 | 0.24 | 0.82 | 0 | 42.86 | 1 | 0.59 |
| Hex | FF | C3 | 2D | 0 | 18 | 52 | 0 | 2B | 64 | 3B |
| Octal | 377 | 303 | 55 | 0 | 30 | 122 | 0 | 53 | 144 | 73 |
| Binary | 11111111 | 11000011 | 101101 | 0 | 11000 | 1010010 | 0 | 101011 | 1100100 | 111011 |
Color Harmonies of #FFC32D
Complementary color
Monochromatic Colors of #FFC32D
Black with #FFC32D
Text Example
Text Example
White with #FFC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC32D; }
p { color: rgb(255,195,45); }
H1.HeaderClassName
{
color: #FFC32D;
}
.AnyTagClassName
{
color: #FFC32D;
}
</style>
background-color css
<style>
a { background-color: #FFC32D; }
a { background-color: rgb(255,195,45); }
div.DivClassName
{
background-color: #FFC32D;
}
.BgClassName
{
background-color: #FFC32D;
}
</style>
border-color css
<style>
span { border-color: #FFC32D; }
span { border-color: rgb(255,195,45); }
td.TdClassName
{
border-color: #FFC32D;
}
.TagClassName
{
border-color: #FFC32D;
}
</style>