#F3D15A

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

Shades of Portica #F3D15A

Tints of Portica #F3D15A

Color information

#F3D15A (or 0xF3D15A) is unknown color: approx Portica. HEX triplet: F3, D1 and 5A. RGB value is (243,209,90). Sum of RGB (Red+Green+Blue) = 243+209+90=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D15A is #0C2EA5. Grayscale: #CECECE. Windows color (decimal): -798374 or 5951987. OLE color: 5951987.

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

Color convert

RGB24320990-
CMYK00.140.630.05
HSL46.67º86.44%65.29%-
HSV(B)46.67º62.96%95.29%-
XYZ61.6165.3919.05-
YUV205.662.76154.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.83%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 90 (35.55% from 255) = 16.61%
R=44.83%
G=38.56%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432099000.140.630.0546.6786.4465.29
HexF3D15A0E3F52f5641
Octal36332113201677557126101
Binary111100111101000110110100111011111110110111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D15A; }

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

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

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

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

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

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

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

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