Shades of Sunglow #FFCD38
Tints of Sunglow #FFCD38
RGB
CMYK
RGB Variations
Color information
#FFCD38 (or 0xFFCD38) is known color: Sunglow. HEX triplet: FF, CD and 38. RGB value is (255,205,56). Sum of RGB (Red+Green+Blue) = 255+205+56=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 56 (22.27% from 255 or 10.85% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD38 is #0032C7. Grayscale: #CBCBCB. Windows color (decimal): -13000 or 3722751. OLE color: 3722751.
HSL color Cylindrical-coordinate representation of color #FFCD38: hue angle of 44.92º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFCD38 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 56 | - |
| CMYK | 0 | 0.20 | 0.78 | 0 |
| HSL | 44.92º | 1% | 0.61% | - |
| HSV(B) | 44.92º | 0.78% | 1% | - |
| XYZ | 63.79 | 65.21 | 12.97 | - |
| YUV | 202.96 | 45.07 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 56 | 0 | 0.20 | 0.78 | 0 | 44.92 | 1 | 0.61 |
| Hex | FF | CD | 38 | 0 | 14 | 4E | 0 | 2D | 64 | 3D |
| Octal | 377 | 315 | 70 | 0 | 24 | 116 | 0 | 55 | 144 | 75 |
| Binary | 11111111 | 11001101 | 111000 | 0 | 10100 | 1001110 | 0 | 101101 | 1100100 | 111101 |
Color Harmonies of #FFCD38
Complementary color
Monochromatic Colors of #FFCD38
Black with #FFCD38
Text Example
Text Example
White with #FFCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD38; }
p { color: rgb(255,205,56); }
H1.HeaderClassName
{
color: #FFCD38;
}
.AnyTagClassName
{
color: #FFCD38;
}
</style>
background-color css
<style>
a { background-color: #FFCD38; }
a { background-color: rgb(255,205,56); }
div.DivClassName
{
background-color: #FFCD38;
}
.BgClassName
{
background-color: #FFCD38;
}
</style>
border-color css
<style>
span { border-color: #FFCD38; }
span { border-color: rgb(255,205,56); }
td.TdClassName
{
border-color: #FFCD38;
}
.TagClassName
{
border-color: #FFCD38;
}
</style>