#F3D95A

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

Shades of Portica #F3D95A

Tints of Portica #F3D95A

Color information

#F3D95A (or 0xF3D95A) is unknown color: approx Portica. HEX triplet: F3, D9 and 5A. RGB value is (243,217,90). Sum of RGB (Red+Green+Blue) = 243+217+90=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D95A is #0C26A5. Grayscale: #D2D2D2. Windows color (decimal): -796326 or 5954035. OLE color: 5954035.

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

Color convert

RGB24321790-
CMYK00.110.630.05
HSL49.8º86.44%65.29%-
HSV(B)49.8º62.96%95.29%-
XYZ63.6269.4219.72-
YUV210.360.11151.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.18%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 90 (35.55% from 255) = 16.36%
R=44.18%
G=39.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432179000.110.630.0549.886.4465.29
HexF3D95A0B3F5325641
Octal36333113201377562126101
Binary111100111101100110110100101111111110111001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D95A; }

 p { color: rgb(243,217,90); }

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

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

 a { background-color: rgb(243,217,90); }

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

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

 span { border-color: rgb(243,217,90); }

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