Shades of Sunglow #FDC742
Tints of Sunglow #FDC742
RGB
CMYK
RGB Variations
Color information
#FDC742 (or 0xFDC742) is known color: Sunglow. HEX triplet: FD, C7 and 42. RGB value is (253,199,66). Sum of RGB (Red+Green+Blue) = 253+199+66=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC742 is #0238BD. Grayscale: #C8C8C8. Windows color (decimal): -145598 or 4376573. OLE color: 4376573.
HSL color Cylindrical-coordinate representation of color #FDC742: hue angle of 42.67º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDC742 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 66 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.01 |
| HSL | 42.67º | 0.98% | 0.63% | - |
| HSV(B) | 42.67º | 0.74% | 0.99% | - |
| XYZ | 61.91 | 62.12 | 13.88 | - |
| YUV | 199.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 66 | 0 | 0.21 | 0.74 | 0.01 | 42.67 | 0.98 | 0.63 |
| Hex | FD | C7 | 42 | 0 | 15 | 4A | 1 | 2B | 62 | 3F |
| Octal | 375 | 307 | 102 | 0 | 25 | 112 | 1 | 53 | 142 | 77 |
| Binary | 11111101 | 11000111 | 1000010 | 0 | 10101 | 1001010 | 1 | 101011 | 1100010 | 111111 |
Color Harmonies of #FDC742
Complementary color
Monochromatic Colors of #FDC742
Black with #FDC742
Text Example
Text Example
White with #FDC742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC742; }
p { color: rgb(253,199,66); }
H1.HeaderClassName
{
color: #FDC742;
}
.AnyTagClassName
{
color: #FDC742;
}
</style>
background-color css
<style>
a { background-color: #FDC742; }
a { background-color: rgb(253,199,66); }
div.DivClassName
{
background-color: #FDC742;
}
.BgClassName
{
background-color: #FDC742;
}
</style>
border-color css
<style>
span { border-color: #FDC742; }
span { border-color: rgb(253,199,66); }
td.TdClassName
{
border-color: #FDC742;
}
.TagClassName
{
border-color: #FDC742;
}
</style>