#F3D35A

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

Shades of Portica #F3D35A

Tints of Portica #F3D35A

Color information

#F3D35A (or 0xF3D35A) is unknown color: approx Portica. HEX triplet: F3, D3 and 5A. RGB value is (243,211,90). Sum of RGB (Red+Green+Blue) = 243+211+90=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D35A is #0C2CA5. Grayscale: #CFCFCF. Windows color (decimal): -797862 or 5952499. OLE color: 5952499.

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

Color convert

RGB24321190-
CMYK00.130.630.05
HSL47.45º86.44%65.29%-
HSV(B)47.45º62.96%95.29%-
XYZ62.166.3819.21-
YUV206.7762.1153.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.67%
GREEN value IS 211 (82.81% from 255) = 38.79%
BLUE value IS 90 (35.55% from 255) = 16.54%
R=44.67%
G=38.79%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432119000.130.630.0547.4586.4465.29
HexF3D35A0D3F52f5641
Octal36332313201577557126101
Binary111100111101001110110100110111111110110111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D35A; }

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

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

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

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

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

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

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

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