#F3DE5D

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

Shades of Portica #F3DE5D

Tints of Portica #F3DE5D

Color information

#F3DE5D (or 0xF3DE5D) is unknown color: approx Portica. HEX triplet: F3, DE and 5D. RGB value is (243,222,93). Sum of RGB (Red+Green+Blue) = 243+222+93=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DE5D is #0C21A2. Grayscale: #D6D6D6. Windows color (decimal): -795043 or 6151923. OLE color: 6151923.

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

Color convert

RGB24322293-
CMYK00.090.620.05
HSL51.6º86.21%65.88%-
HSV(B)51.6º61.73%95.29%-
XYZ65.0672.0920.84-
YUV213.5759.96148.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.55%
GREEN value IS 222 (87.11% from 255) = 39.78%
BLUE value IS 93 (36.72% from 255) = 16.67%
R=43.55%
G=39.78%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432229300.090.620.0551.686.2165.88
HexF3DE5D093E5345642
Octal36333613501176564126102
Binary111100111101111010111010100111111010111010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DE5D; }

 p { color: rgb(243,222,93); }

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

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

 a { background-color: rgb(243,222,93); }

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

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

 span { border-color: rgb(243,222,93); }

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