#F1DE5D

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

Shades of Portica #F1DE5D

Tints of Portica #F1DE5D

Color information

#F1DE5D (or 0xF1DE5D) is unknown color: approx Portica. HEX triplet: F1, DE and 5D. RGB value is (241,222,93). Sum of RGB (Red+Green+Blue) = 241+222+93=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DE5D is #0E21A2. Grayscale: #D5D5D5. Windows color (decimal): -926115 or 6151921. OLE color: 6151921.

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

Color convert

RGB24122293-
CMYK00.080.610.05
HSL52.3º84.09%65.49%-
HSV(B)52.3º61.41%94.51%-
XYZ64.3771.7320.81-
YUV212.9860.29147.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 222 (87.11% from 255) = 39.93%
BLUE value IS 93 (36.72% from 255) = 16.73%
R=43.35%
G=39.93%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412229300.080.610.0552.384.0965.49
HexF1DE5D083D5345441
Octal36133613501075564124101
Binary111100011101111010111010100011110110111010010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE5D; }

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

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

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

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

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

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

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

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