#F1DA5D

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

Shades of Portica #F1DA5D

Tints of Portica #F1DA5D

Color information

#F1DA5D (or 0xF1DA5D) is unknown color: approx Portica. HEX triplet: F1, DA and 5D. RGB value is (241,218,93). Sum of RGB (Red+Green+Blue) = 241+218+93=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA5D is #0E25A2. Grayscale: #D3D3D3. Windows color (decimal): -927139 or 6150897. OLE color: 6150897.

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

Color convert

RGB24121893-
CMYK00.100.610.05
HSL50.68º84.09%65.49%-
HSV(B)50.68º61.41%94.51%-
XYZ63.3269.6320.46-
YUV210.6361.62149.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 93 (36.72% from 255) = 16.85%
R=43.66%
G=39.49%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412189300.100.610.0550.6884.0965.49
HexF1DA5D0A3D5335441
Octal36133213501275563124101
Binary111100011101101010111010101011110110111001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DA5D; }

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

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

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

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

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

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

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

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