Shades of Sunglow #FFCD42
Tints of Sunglow #FFCD42
RGB
CMYK
RGB Variations
Color information
#FFCD42 (or 0xFFCD42) is known color: Sunglow. HEX triplet: FF, CD and 42. RGB value is (255,205,66). Sum of RGB (Red+Green+Blue) = 255+205+66=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 66 (26.17% from 255 or 12.55% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD42 is #0032BD. Grayscale: #CCCCCC. Windows color (decimal): -12990 or 4378111. OLE color: 4378111.
HSL color Cylindrical-coordinate representation of color #FFCD42: hue angle of 44.13º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFCD42 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 66 | - |
| CMYK | 0 | 0.20 | 0.74 | 0 |
| HSL | 44.13º | 1% | 0.63% | - |
| HSV(B) | 44.13º | 0.74% | 1% | - |
| XYZ | 64.05 | 65.32 | 14.39 | - |
| YUV | 204.1 | 50.07 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 66 | 0 | 0.20 | 0.74 | 0 | 44.13 | 1 | 0.63 |
| Hex | FF | CD | 42 | 0 | 14 | 4A | 0 | 2C | 64 | 3F |
| Octal | 377 | 315 | 102 | 0 | 24 | 112 | 0 | 54 | 144 | 77 |
| Binary | 11111111 | 11001101 | 1000010 | 0 | 10100 | 1001010 | 0 | 101100 | 1100100 | 111111 |
Color Harmonies of #FFCD42
Complementary color
Monochromatic Colors of #FFCD42
Black with #FFCD42
Text Example
Text Example
White with #FFCD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD42; }
p { color: rgb(255,205,66); }
H1.HeaderClassName
{
color: #FFCD42;
}
.AnyTagClassName
{
color: #FFCD42;
}
</style>
background-color css
<style>
a { background-color: #FFCD42; }
a { background-color: rgb(255,205,66); }
div.DivClassName
{
background-color: #FFCD42;
}
.BgClassName
{
background-color: #FFCD42;
}
</style>
border-color css
<style>
span { border-color: #FFCD42; }
span { border-color: rgb(255,205,66); }
td.TdClassName
{
border-color: #FFCD42;
}
.TagClassName
{
border-color: #FFCD42;
}
</style>