#F3DB5A

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

Shades of Portica #F3DB5A

Tints of Portica #F3DB5A

Color information

#F3DB5A (or 0xF3DB5A) is unknown color: approx Portica. HEX triplet: F3, DB and 5A. RGB value is (243,219,90). Sum of RGB (Red+Green+Blue) = 243+219+90=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DB5A is #0C24A5. Grayscale: #D4D4D4. Windows color (decimal): -795814 or 5954547. OLE color: 5954547.

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

Color convert

RGB24321990-
CMYK00.100.630.05
HSL50.59º86.44%65.29%-
HSV(B)50.59º62.96%95.29%-
XYZ64.1470.4619.89-
YUV211.4759.45150.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.02%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 90 (35.55% from 255) = 16.30%
R=44.02%
G=39.67%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432199000.100.630.0550.5986.4465.29
HexF3DB5A0A3F5335641
Octal36333313201277563126101
Binary111100111101101110110100101011111110111001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DB5A; }

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

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

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

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

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

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

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

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