#F1DA60

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

Shades of Portica #F1DA60

Tints of Portica #F1DA60

Color information

#F1DA60 (or 0xF1DA60) is unknown color: approx Portica. HEX triplet: F1, DA and 60. RGB value is (241,218,96). Sum of RGB (Red+Green+Blue) = 241+218+96=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA60 is #0E259F. Grayscale: #D3D3D3. Windows color (decimal): -927136 or 6347505. OLE color: 6347505.

HSL color Cylindrical-coordinate representation of color #F1DA60: hue angle of 50.48º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1DA60 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24121896-
CMYK00.100.600.05
HSL50.48º83.82%66.08%-
HSV(B)50.48º60.17%94.51%-
XYZ63.4669.6921.17-
YUV210.9763.12149.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 96 (37.89% from 255) = 17.30%
R=43.42%
G=39.28%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412189600.100.600.0550.4883.8266.08
HexF1DA600A3C5325442
Octal36133214001274562124102
Binary111100011101101011000000101011110010111001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DA60; }

 p { color: rgb(241,218,96); }

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

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

 a { background-color: rgb(241,218,96); }

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

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

 span { border-color: rgb(241,218,96); }

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