#F3D760

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

Shades of Portica #F3D760

Tints of Portica #F3D760

Color information

#F3D760 (or 0xF3D760) is unknown color: approx Portica. HEX triplet: F3, D7 and 60. RGB value is (243,215,96). Sum of RGB (Red+Green+Blue) = 243+215+96=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D760 is #0C289F. Grayscale: #D2D2D2. Windows color (decimal): -796832 or 6346739. OLE color: 6346739.

HSL color Cylindrical-coordinate representation of color #F3D760: hue angle of 48.57º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3D760 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24321596-
CMYK00.120.600.05
HSL48.57º85.96%66.47%-
HSV(B)48.57º60.49%95.29%-
XYZ63.3768.520.95-
YUV209.8163.78151.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=43.86%
G=38.81%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432159600.120.600.0548.5785.9666.47
HexF3D7600C3C5315642
Octal36332714001474561126102
Binary111100111101011111000000110011110010111000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D760; }

 p { color: rgb(243,215,96); }

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

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

 a { background-color: rgb(243,215,96); }

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

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

 span { border-color: rgb(243,215,96); }

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