#F1D960

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

Shades of Portica #F1D960

Tints of Portica #F1D960

Color information

#F1D960 (or 0xF1D960) is unknown color: approx Portica. HEX triplet: F1, D9 and 60. RGB value is (241,217,96). Sum of RGB (Red+Green+Blue) = 241+217+96=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D960 is #0E269F. Grayscale: #D2D2D2. Windows color (decimal): -927392 or 6347249. OLE color: 6347249.

HSL color Cylindrical-coordinate representation of color #F1D960: hue angle of 50.07º 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 #F1D960 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24121796-
CMYK00.100.600.05
HSL50.07º83.82%66.08%-
HSV(B)50.07º60.17%94.51%-
XYZ63.269.1721.09-
YUV210.3863.45149.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=43.50%
G=39.17%
B=17.33%

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
Decimal2412179600.100.600.0550.0783.8266.08
HexF1D9600A3C5325442
Octal36133114001274562124102
Binary111100011101100111000000101011110010111001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D960; }

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

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

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

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

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

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

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

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