#F4D85C

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

Shades of Portica #F4D85C

Tints of Portica #F4D85C

Color information

#F4D85C (or 0xF4D85C) is unknown color: approx Portica. HEX triplet: F4, D8 and 5C. RGB value is (244,216,92). Sum of RGB (Red+Green+Blue) = 244+216+92=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D85C is #0B27A3. Grayscale: #D2D2D2. Windows color (decimal): -731044 or 6084852. OLE color: 6084852.

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

Color convert

RGB24421692-
CMYK00.110.620.04
HSL48.95º87.36%65.88%-
HSV(B)48.95º62.3%95.69%-
XYZ63.869.1220.1-
YUV210.2461.28152.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.20%
GREEN value IS 216 (84.77% from 255) = 39.13%
BLUE value IS 92 (36.33% from 255) = 16.67%
R=44.20%
G=39.13%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442169200.110.620.0448.9587.3665.88
HexF4D85C0B3E4315742
Octal36433013401376461127102
Binary111101001101100010111000101111111010011000110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D85C; }

 p { color: rgb(244,216,92); }

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

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

 a { background-color: rgb(244,216,92); }

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

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

 span { border-color: rgb(244,216,92); }

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