Shades of Sunglow #FFCD2F
Tints of Sunglow #FFCD2F
RGB
CMYK
RGB Variations
Color information
#FFCD2F (or 0xFFCD2F) is known color: Sunglow. HEX triplet: FF, CD and 2F. RGB value is (255,205,47). Sum of RGB (Red+Green+Blue) = 255+205+47=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD2F is #0032D0. Grayscale: #CACACA. Windows color (decimal): -13009 or 3132927. OLE color: 3132927.
HSL color Cylindrical-coordinate representation of color #FFCD2F: hue angle of 45.58º 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 #FFCD2F is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 47 | - |
| CMYK | 0 | 0.20 | 0.82 | 0 |
| HSL | 45.58º | 1% | 0.59% | - |
| HSV(B) | 45.58º | 0.82% | 1% | - |
| XYZ | 63.58 | 65.13 | 11.91 | - |
| YUV | 201.94 | 40.57 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 47 | 0 | 0.20 | 0.82 | 0 | 45.58 | 1 | 0.59 |
| Hex | FF | CD | 2F | 0 | 14 | 52 | 0 | 2E | 64 | 3B |
| Octal | 377 | 315 | 57 | 0 | 24 | 122 | 0 | 56 | 144 | 73 |
| Binary | 11111111 | 11001101 | 101111 | 0 | 10100 | 1010010 | 0 | 101110 | 1100100 | 111011 |
Color Harmonies of #FFCD2F
Complementary color
Monochromatic Colors of #FFCD2F
Black with #FFCD2F
Text Example
Text Example
White with #FFCD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD2F; }
p { color: rgb(255,205,47); }
H1.HeaderClassName
{
color: #FFCD2F;
}
.AnyTagClassName
{
color: #FFCD2F;
}
</style>
background-color css
<style>
a { background-color: #FFCD2F; }
a { background-color: rgb(255,205,47); }
div.DivClassName
{
background-color: #FFCD2F;
}
.BgClassName
{
background-color: #FFCD2F;
}
</style>
border-color css
<style>
span { border-color: #FFCD2F; }
span { border-color: rgb(255,205,47); }
td.TdClassName
{
border-color: #FFCD2F;
}
.TagClassName
{
border-color: #FFCD2F;
}
</style>