Shades of Sunglow #FFCD36
Tints of Sunglow #FFCD36
RGB
CMYK
RGB Variations
Color information
#FFCD36 (or 0xFFCD36) is known color: Sunglow. HEX triplet: FF, CD and 36. RGB value is (255,205,54). Sum of RGB (Red+Green+Blue) = 255+205+54=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD36 is #0032C9. Grayscale: #CBCBCB. Windows color (decimal): -13002 or 3591679. OLE color: 3591679.
HSL color Cylindrical-coordinate representation of color #FFCD36: hue angle of 45.07º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFCD36 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 54 | - |
| CMYK | 0 | 0.20 | 0.79 | 0 |
| HSL | 45.07º | 1% | 0.61% | - |
| HSV(B) | 45.07º | 0.79% | 1% | - |
| XYZ | 63.74 | 65.19 | 12.71 | - |
| YUV | 202.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 54 | 0 | 0.20 | 0.79 | 0 | 45.07 | 1 | 0.61 |
| Hex | FF | CD | 36 | 0 | 14 | 4F | 0 | 2D | 64 | 3D |
| Octal | 377 | 315 | 66 | 0 | 24 | 117 | 0 | 55 | 144 | 75 |
| Binary | 11111111 | 11001101 | 110110 | 0 | 10100 | 1001111 | 0 | 101101 | 1100100 | 111101 |
Color Harmonies of #FFCD36
Complementary color
Monochromatic Colors of #FFCD36
Black with #FFCD36
Text Example
Text Example
White with #FFCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD36; }
p { color: rgb(255,205,54); }
H1.HeaderClassName
{
color: #FFCD36;
}
.AnyTagClassName
{
color: #FFCD36;
}
</style>
background-color css
<style>
a { background-color: #FFCD36; }
a { background-color: rgb(255,205,54); }
div.DivClassName
{
background-color: #FFCD36;
}
.BgClassName
{
background-color: #FFCD36;
}
</style>
border-color css
<style>
span { border-color: #FFCD36; }
span { border-color: rgb(255,205,54); }
td.TdClassName
{
border-color: #FFCD36;
}
.TagClassName
{
border-color: #FFCD36;
}
</style>