Shades of Sunglow #FFC22E
Tints of Sunglow #FFC22E
RGB
CMYK
RGB Variations
Color information
#FFC22E (or 0xFFC22E) is known color: Sunglow. HEX triplet: FF, C2 and 2E. RGB value is (255,194,46). Sum of RGB (Red+Green+Blue) = 255+194+46=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC22E is #003DD1. Grayscale: #C4C4C4. Windows color (decimal): -15826 or 3064575. OLE color: 3064575.
HSL color Cylindrical-coordinate representation of color #FFC22E: hue angle of 42.49º 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 #FFC22E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 46 | - |
| CMYK | 0 | 0.24 | 0.82 | 0 |
| HSL | 42.49º | 1% | 0.59% | - |
| HSV(B) | 42.49º | 0.82% | 1% | - |
| XYZ | 61.02 | 60.04 | 10.96 | - |
| YUV | 195.37 | 43.71 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 46 | 0 | 0.24 | 0.82 | 0 | 42.49 | 1 | 0.59 |
| Hex | FF | C2 | 2E | 0 | 18 | 52 | 0 | 2A | 64 | 3B |
| Octal | 377 | 302 | 56 | 0 | 30 | 122 | 0 | 52 | 144 | 73 |
| Binary | 11111111 | 11000010 | 101110 | 0 | 11000 | 1010010 | 0 | 101010 | 1100100 | 111011 |
Color Harmonies of #FFC22E
Complementary color
Monochromatic Colors of #FFC22E
Black with #FFC22E
Text Example
Text Example
White with #FFC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC22E; }
p { color: rgb(255,194,46); }
H1.HeaderClassName
{
color: #FFC22E;
}
.AnyTagClassName
{
color: #FFC22E;
}
</style>
background-color css
<style>
a { background-color: #FFC22E; }
a { background-color: rgb(255,194,46); }
div.DivClassName
{
background-color: #FFC22E;
}
.BgClassName
{
background-color: #FFC22E;
}
</style>
border-color css
<style>
span { border-color: #FFC22E; }
span { border-color: rgb(255,194,46); }
td.TdClassName
{
border-color: #FFC22E;
}
.TagClassName
{
border-color: #FFC22E;
}
</style>