#F1DC5C

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

Shades of Portica #F1DC5C

Tints of Portica #F1DC5C

Color information

#F1DC5C (or 0xF1DC5C) is unknown color: approx Portica. HEX triplet: F1, DC and 5C. RGB value is (241,220,92). Sum of RGB (Red+Green+Blue) = 241+220+92=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC5C is #0E23A3. Grayscale: #D4D4D4. Windows color (decimal): -926628 or 6085873. OLE color: 6085873.

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

Color convert

RGB24122092-
CMYK00.090.620.05
HSL51.54º84.18%65.29%-
HSV(B)51.54º61.83%94.51%-
XYZ63.870.6620.4-
YUV211.6960.46148.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 92 (36.33% from 255) = 16.64%
R=43.58%
G=39.78%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412209200.090.620.0551.5484.1865.29
HexF1DC5C093E5345441
Octal36133413401176564124101
Binary111100011101110010111000100111111010111010010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC5C; }

 p { color: rgb(241,220,92); }

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

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

 a { background-color: rgb(241,220,92); }

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

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

 span { border-color: rgb(241,220,92); }

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