Shades of Sunglow #FFC334
Tints of Sunglow #FFC334
RGB
CMYK
RGB Variations
Color information
#FFC334 (or 0xFFC334) is known color: Sunglow. HEX triplet: FF, C3 and 34. RGB value is (255,195,52). Sum of RGB (Red+Green+Blue) = 255+195+52=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC334 is #003CCB. Grayscale: #C5C5C5. Windows color (decimal): -15564 or 3458047. OLE color: 3458047.
HSL color Cylindrical-coordinate representation of color #FFC334: hue angle of 42.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFC334 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 52 | - |
| CMYK | 0 | 0.24 | 0.80 | 0 |
| HSL | 42.27º | 1% | 0.6% | - |
| HSV(B) | 42.27º | 0.8% | 1% | - |
| XYZ | 61.37 | 60.54 | 11.7 | - |
| YUV | 196.64 | 46.38 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 52 | 0 | 0.24 | 0.80 | 0 | 42.27 | 1 | 0.6 |
| Hex | FF | C3 | 34 | 0 | 18 | 50 | 0 | 2A | 64 | 3C |
| Octal | 377 | 303 | 64 | 0 | 30 | 120 | 0 | 52 | 144 | 74 |
| Binary | 11111111 | 11000011 | 110100 | 0 | 11000 | 1010000 | 0 | 101010 | 1100100 | 111100 |
Color Harmonies of #FFC334
Complementary color
Monochromatic Colors of #FFC334
Black with #FFC334
Text Example
Text Example
White with #FFC334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC334; }
p { color: rgb(255,195,52); }
H1.HeaderClassName
{
color: #FFC334;
}
.AnyTagClassName
{
color: #FFC334;
}
</style>
background-color css
<style>
a { background-color: #FFC334; }
a { background-color: rgb(255,195,52); }
div.DivClassName
{
background-color: #FFC334;
}
.BgClassName
{
background-color: #FFC334;
}
</style>
border-color css
<style>
span { border-color: #FFC334; }
span { border-color: rgb(255,195,52); }
td.TdClassName
{
border-color: #FFC334;
}
.TagClassName
{
border-color: #FFC334;
}
</style>