#f4dc5e

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

Shades of Portica #F4DC5E

Tints of Portica #F4DC5E

Color information

#F4DC5E (or 0xF4DC5E) is unknown color: approx Portica. HEX triplet: F4, DC and 5E. RGB value is (244,220,94). Sum of RGB (Red+Green+Blue) = 244+220+94=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 94 (37.11% from 255 or 16.85% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DC5E is #0B23A1. Grayscale: #D5D5D5. Windows color (decimal): -730018 or 6216948. OLE color: 6216948.

HSL color Cylindrical-coordinate representation of color #F4DC5E: hue angle of 50.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4DC5E is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24422094-
CMYK00.100.610.04
HSL50.4º87.21%66.27%-
HSV(B)50.4º61.48%95.69%-
XYZ64.9271.2320.92-
YUV212.8160.95150.25-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.73%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 94 (37.11% from 255) = 16.85%
R=43.73%
G=39.43%
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.04
SystemRedGreenBlueCMYKHSL
Decimal2442209400.100.610.0450.487.2166.27
HexF4DC5E0A3D4325742
Octal36433413601275462127102
Binary111101001101110010111100101011110110011001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4dc5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4dc5e; }

 p { color: rgb(244,220,94); }

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

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

 a { background-color: rgb(244,220,94); }

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

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

 span { border-color: rgb(244,220,94); }

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