Shades of Sunglow #FFCD43
Tints of Sunglow #FFCD43
RGB
CMYK
RGB Variations
Color information
#FFCD43 (or 0xFFCD43) is known color: Sunglow. HEX triplet: FF, CD and 43. RGB value is (255,205,67). Sum of RGB (Red+Green+Blue) = 255+205+67=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 67 (26.56% from 255 or 12.71% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD43 is #0032BC. Grayscale: #CCCCCC. Windows color (decimal): -12989 or 4443647. OLE color: 4443647.
HSL color Cylindrical-coordinate representation of color #FFCD43: hue angle of 44.04º 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 #FFCD43 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 67 | - |
| CMYK | 0 | 0.20 | 0.74 | 0 |
| HSL | 44.04º | 1% | 0.63% | - |
| HSV(B) | 44.04º | 0.74% | 1% | - |
| XYZ | 64.08 | 65.33 | 14.54 | - |
| YUV | 204.22 | 50.57 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 67 | 0 | 0.20 | 0.74 | 0 | 44.04 | 1 | 0.63 |
| Hex | FF | CD | 43 | 0 | 14 | 4A | 0 | 2C | 64 | 3F |
| Octal | 377 | 315 | 103 | 0 | 24 | 112 | 0 | 54 | 144 | 77 |
| Binary | 11111111 | 11001101 | 1000011 | 0 | 10100 | 1001010 | 0 | 101100 | 1100100 | 111111 |
Color Harmonies of #FFCD43
Complementary color
Monochromatic Colors of #FFCD43
Black with #FFCD43
Text Example
Text Example
White with #FFCD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD43; }
p { color: rgb(255,205,67); }
H1.HeaderClassName
{
color: #FFCD43;
}
.AnyTagClassName
{
color: #FFCD43;
}
</style>
background-color css
<style>
a { background-color: #FFCD43; }
a { background-color: rgb(255,205,67); }
div.DivClassName
{
background-color: #FFCD43;
}
.BgClassName
{
background-color: #FFCD43;
}
</style>
border-color css
<style>
span { border-color: #FFCD43; }
span { border-color: rgb(255,205,67); }
td.TdClassName
{
border-color: #FFCD43;
}
.TagClassName
{
border-color: #FFCD43;
}
</style>