#F1D458

Color #F1D458 Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #F1D458

Tints of Portica #F1D458

Color information

#F1D458 (or 0xF1D458) is unknown color: approx Portica. HEX triplet: F1, D4 and 58. RGB value is (241,212,88). Sum of RGB (Red+Green+Blue) = 241+212+88=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D458 is #0E2BA7. Grayscale: #CFCFCF. Windows color (decimal): -928680 or 5821681. OLE color: 5821681.

HSL color Cylindrical-coordinate representation of color #F1D458: hue angle of 48.63º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1D458 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24121288-
CMYK00.120.630.05
HSL48.63º84.53%64.51%-
HSV(B)48.63º63.49%94.51%-
XYZ61.5866.4918.82-
YUV206.5461.11152.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 88 (34.77% from 255) = 16.27%
R=44.55%
G=39.19%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412128800.120.630.0548.6384.5364.51
HexF1D4580C3F5315541
Octal36132413001477561125101
Binary111100011101010010110000110011111110111000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D458; }

 p { color: rgb(241,212,88); }

 H1.HeaderClassName
 {
   color: #F1D458;
 }
 .AnyTagClassName
 {
   color: #F1D458;
 }
</style>
background-color css

<style>
 a { background-color: #F1D458; }

 a { background-color: rgb(241,212,88); }

 div.DivClassName
 {
   background-color: #F1D458;
 }
 .BgClassName
 {
   background-color: #F1D458;
 }
</style>
border-color css

<style>
 span { border-color: #F1D458; }

 span { border-color: rgb(241,212,88); }

 td.TdClassName
 {
   border-color: #F1D458;
 }
 .TagClassName
 {
   border-color: #F1D458;
 }
</style>