Shades of Sunglow #FDCB42
Tints of Sunglow #FDCB42
RGB
CMYK
RGB Variations
Color information
#FDCB42 (or 0xFDCB42) is known color: Sunglow. HEX triplet: FD, CB and 42. RGB value is (253,203,66). Sum of RGB (Red+Green+Blue) = 253+203+66=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB42 is #0234BD. Grayscale: #CACACA. Windows color (decimal): -144574 or 4377597. OLE color: 4377597.
HSL color Cylindrical-coordinate representation of color #FDCB42: hue angle of 43.96º 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 #FDCB42 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 66 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.01 |
| HSL | 43.96º | 0.98% | 0.63% | - |
| HSV(B) | 43.96º | 0.74% | 0.99% | - |
| XYZ | 62.85 | 63.99 | 14.19 | - |
| YUV | 202.33 | 51.07 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 66 | 0 | 0.20 | 0.74 | 0.01 | 43.96 | 0.98 | 0.63 |
| Hex | FD | CB | 42 | 0 | 14 | 4A | 1 | 2C | 62 | 3F |
| Octal | 375 | 313 | 102 | 0 | 24 | 112 | 1 | 54 | 142 | 77 |
| Binary | 11111101 | 11001011 | 1000010 | 0 | 10100 | 1001010 | 1 | 101100 | 1100010 | 111111 |
Color Harmonies of #FDCB42
Complementary color
Monochromatic Colors of #FDCB42
Black with #FDCB42
Text Example
Text Example
White with #FDCB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB42; }
p { color: rgb(253,203,66); }
H1.HeaderClassName
{
color: #FDCB42;
}
.AnyTagClassName
{
color: #FDCB42;
}
</style>
background-color css
<style>
a { background-color: #FDCB42; }
a { background-color: rgb(253,203,66); }
div.DivClassName
{
background-color: #FDCB42;
}
.BgClassName
{
background-color: #FDCB42;
}
</style>
border-color css
<style>
span { border-color: #FDCB42; }
span { border-color: rgb(253,203,66); }
td.TdClassName
{
border-color: #FDCB42;
}
.TagClassName
{
border-color: #FDCB42;
}
</style>