#F3DD5B

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

Shades of Portica #F3DD5B

Tints of Portica #F3DD5B

Color information

#F3DD5B (or 0xF3DD5B) is unknown color: approx Portica. HEX triplet: F3, DD and 5B. RGB value is (243,221,91). Sum of RGB (Red+Green+Blue) = 243+221+91=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DD5B is #0C22A4. Grayscale: #D5D5D5. Windows color (decimal): -795301 or 6020595. OLE color: 6020595.

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

Color convert

RGB24322191-
CMYK00.090.630.05
HSL51.32º86.36%65.49%-
HSV(B)51.32º62.55%95.29%-
XYZ64.7171.5220.29-
YUV212.7659.29149.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.78%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 91 (35.94% from 255) = 16.40%
R=43.78%
G=39.82%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432219100.090.630.0551.3286.3665.49
HexF3DD5B093F5335641
Octal36333513301177563126101
Binary111100111101110110110110100111111110111001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DD5B; }

 p { color: rgb(243,221,91); }

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

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

 a { background-color: rgb(243,221,91); }

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

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

 span { border-color: rgb(243,221,91); }

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