Shades of Sunglow #FFC22D
Tints of Sunglow #FFC22D
RGB
CMYK
RGB Variations
Color information
#FFC22D (or 0xFFC22D) is known color: Sunglow. HEX triplet: FF, C2 and 2D. RGB value is (255,194,45). Sum of RGB (Red+Green+Blue) = 255+194+45=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC22D is #003DD2. Grayscale: #C3C3C3. Windows color (decimal): -15827 or 2999039. OLE color: 2999039.
HSL color Cylindrical-coordinate representation of color #FFC22D: hue angle of 42.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFC22D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0 |
| HSL | 42.57º | 1% | 0.59% | - |
| HSV(B) | 42.57º | 0.82% | 1% | - |
| XYZ | 61.01 | 60.03 | 10.85 | - |
| YUV | 195.25 | 43.21 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 45 | 0 | 0.24 | 0.82 | 0 | 42.57 | 1 | 0.59 |
| Hex | FF | C2 | 2D | 0 | 18 | 52 | 0 | 2B | 64 | 3B |
| Octal | 377 | 302 | 55 | 0 | 30 | 122 | 0 | 53 | 144 | 73 |
| Binary | 11111111 | 11000010 | 101101 | 0 | 11000 | 1010010 | 0 | 101011 | 1100100 | 111011 |
Color Harmonies of #FFC22D
Complementary color
Monochromatic Colors of #FFC22D
Black with #FFC22D
Text Example
Text Example
White with #FFC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC22D; }
p { color: rgb(255,194,45); }
H1.HeaderClassName
{
color: #FFC22D;
}
.AnyTagClassName
{
color: #FFC22D;
}
</style>
background-color css
<style>
a { background-color: #FFC22D; }
a { background-color: rgb(255,194,45); }
div.DivClassName
{
background-color: #FFC22D;
}
.BgClassName
{
background-color: #FFC22D;
}
</style>
border-color css
<style>
span { border-color: #FFC22D; }
span { border-color: rgb(255,194,45); }
td.TdClassName
{
border-color: #FFC22D;
}
.TagClassName
{
border-color: #FFC22D;
}
</style>