Shades of Portica #F1CE50
Tints of Portica #F1CE50
RGB
CMYK
RGB Variations
Color information
#F1CE50 (or 0xF1CE50) is known color: Portica. HEX triplet: F1, CE and 50. RGB value is (241,206,80). Sum of RGB (Red+Green+Blue) = 241+206+80=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE50 is #0E31AF. Grayscale: #CACACA. Windows color (decimal): -930224 or 5295857. OLE color: 5295857.
HSL color Cylindrical-coordinate representation of color #F1CE50: hue angle of 46.96º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1CE50 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 80 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.05 |
| HSL | 46.96º | 0.85% | 0.63% | - |
| HSV(B) | 46.96º | 0.67% | 0.95% | - |
| XYZ | 59.79 | 63.42 | 16.68 | - |
| YUV | 202.1 | 59.1 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 80 | 0 | 0.15 | 0.67 | 0.05 | 46.96 | 0.85 | 0.63 |
| Hex | F1 | CE | 50 | 0 | F | 43 | 5 | 2F | 55 | 3F |
| Octal | 361 | 316 | 120 | 0 | 17 | 103 | 5 | 57 | 125 | 77 |
| Binary | 11110001 | 11001110 | 1010000 | 0 | 1111 | 1000011 | 101 | 101111 | 1010101 | 111111 |
Color Harmonies of #F1CE50
Complementary color
Monochromatic Colors of #F1CE50
Black with #F1CE50
Text Example
Text Example
White with #F1CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE50; }
p { color: rgb(241,206,80); }
H1.HeaderClassName
{
color: #F1CE50;
}
.AnyTagClassName
{
color: #F1CE50;
}
</style>
background-color css
<style>
a { background-color: #F1CE50; }
a { background-color: rgb(241,206,80); }
div.DivClassName
{
background-color: #F1CE50;
}
.BgClassName
{
background-color: #F1CE50;
}
</style>
border-color css
<style>
span { border-color: #F1CE50; }
span { border-color: rgb(241,206,80); }
td.TdClassName
{
border-color: #F1CE50;
}
.TagClassName
{
border-color: #F1CE50;
}
</style>