Shades of Sunglow #FFC338
Tints of Sunglow #FFC338
RGB
CMYK
RGB Variations
Color information
#FFC338 (or 0xFFC338) is known color: Sunglow. HEX triplet: FF, C3 and 38. RGB value is (255,195,56). Sum of RGB (Red+Green+Blue) = 255+195+56=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC338 is #003CC7. Grayscale: #C5C5C5. Windows color (decimal): -15560 or 3720191. OLE color: 3720191.
HSL color Cylindrical-coordinate representation of color #FFC338: hue angle of 41.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFC338 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 56 | - |
| CMYK | 0 | 0.24 | 0.78 | 0 |
| HSL | 41.91º | 1% | 0.61% | - |
| HSV(B) | 41.91º | 0.78% | 1% | - |
| XYZ | 61.47 | 60.58 | 12.19 | - |
| YUV | 197.09 | 48.38 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 56 | 0 | 0.24 | 0.78 | 0 | 41.91 | 1 | 0.61 |
| Hex | FF | C3 | 38 | 0 | 18 | 4E | 0 | 2A | 64 | 3D |
| Octal | 377 | 303 | 70 | 0 | 30 | 116 | 0 | 52 | 144 | 75 |
| Binary | 11111111 | 11000011 | 111000 | 0 | 11000 | 1001110 | 0 | 101010 | 1100100 | 111101 |
Color Harmonies of #FFC338
Complementary color
Monochromatic Colors of #FFC338
Black with #FFC338
Text Example
Text Example
White with #FFC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC338; }
p { color: rgb(255,195,56); }
H1.HeaderClassName
{
color: #FFC338;
}
.AnyTagClassName
{
color: #FFC338;
}
</style>
background-color css
<style>
a { background-color: #FFC338; }
a { background-color: rgb(255,195,56); }
div.DivClassName
{
background-color: #FFC338;
}
.BgClassName
{
background-color: #FFC338;
}
</style>
border-color css
<style>
span { border-color: #FFC338; }
span { border-color: rgb(255,195,56); }
td.TdClassName
{
border-color: #FFC338;
}
.TagClassName
{
border-color: #FFC338;
}
</style>