#F1D355

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

Shades of Portica #F1D355

Tints of Portica #F1D355

Color information

#F1D355 (or 0xF1D355) is unknown color: approx Portica. HEX triplet: F1, D3 and 55. RGB value is (241,211,85). Sum of RGB (Red+Green+Blue) = 241+211+85=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D355 is #0E2CAA. Grayscale: #CECECE. Windows color (decimal): -928939 or 5624817. OLE color: 5624817.

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

Color convert

RGB24121185-
CMYK00.120.650.05
HSL48.46º84.78%63.92%-
HSV(B)48.46º64.73%94.51%-
XYZ61.2165.9518.1-
YUV205.6159.94153.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 85 (33.59% from 255) = 15.83%
R=44.88%
G=39.29%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412118500.120.650.0548.4684.7863.92
HexF1D3550C415305540
Octal361323125014101560125100
Binary1111000111010011101010101100100000110111000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D355; }

 p { color: rgb(241,211,85); }

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

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

 a { background-color: rgb(241,211,85); }

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

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

 span { border-color: rgb(241,211,85); }

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