Shades of Sunglow #FFCD2A
Tints of Sunglow #FFCD2A
RGB
CMYK
RGB Variations
Color information
#FFCD2A (or 0xFFCD2A) is known color: Sunglow. HEX triplet: FF, CD and 2A. RGB value is (255,205,42). Sum of RGB (Red+Green+Blue) = 255+205+42=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 42 (16.80% from 255 or 8.37% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD2A is #0032D5. Grayscale: #CACACA. Windows color (decimal): -13014 or 2805247. OLE color: 2805247.
HSL color Cylindrical-coordinate representation of color #FFCD2A: hue angle of 45.92º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFCD2A is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 42 | - |
| CMYK | 0 | 0.20 | 0.84 | 0 |
| HSL | 45.92º | 1% | 0.58% | - |
| HSV(B) | 45.92º | 0.84% | 1% | - |
| XYZ | 63.49 | 65.09 | 11.41 | - |
| YUV | 201.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 42 | 0 | 0.20 | 0.84 | 0 | 45.92 | 1 | 0.58 |
| Hex | FF | CD | 2A | 0 | 14 | 54 | 0 | 2E | 64 | 3A |
| Octal | 377 | 315 | 52 | 0 | 24 | 124 | 0 | 56 | 144 | 72 |
| Binary | 11111111 | 11001101 | 101010 | 0 | 10100 | 1010100 | 0 | 101110 | 1100100 | 111010 |
Color Harmonies of #FFCD2A
Complementary color
Monochromatic Colors of #FFCD2A
Black with #FFCD2A
Text Example
Text Example
White with #FFCD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD2A; }
p { color: rgb(255,205,42); }
H1.HeaderClassName
{
color: #FFCD2A;
}
.AnyTagClassName
{
color: #FFCD2A;
}
</style>
background-color css
<style>
a { background-color: #FFCD2A; }
a { background-color: rgb(255,205,42); }
div.DivClassName
{
background-color: #FFCD2A;
}
.BgClassName
{
background-color: #FFCD2A;
}
</style>
border-color css
<style>
span { border-color: #FFCD2A; }
span { border-color: rgb(255,205,42); }
td.TdClassName
{
border-color: #FFCD2A;
}
.TagClassName
{
border-color: #FFCD2A;
}
</style>