#F0E15C

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

Shades of Portica #F0E15C

Tints of Portica #F0E15C

Color information

#F0E15C (or 0xF0E15C) is unknown color: approx Portica. HEX triplet: F0, E1 and 5C. RGB value is (240,225,92). Sum of RGB (Red+Green+Blue) = 240+225+92=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 92 (36.33% from 255 or 16.52% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E15C is #0F1EA3. Grayscale: #D6D6D6. Windows color (decimal): -990884 or 6087152. OLE color: 6087152.

HSL color Cylindrical-coordinate representation of color #F0E15C: hue angle of 53.92º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0E15C is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB24022592-
CMYK00.060.620.06
HSL53.92º83.15%65.1%-
HSV(B)53.92º61.67%94.12%-
XYZ64.7973.1520.83-
YUV214.3258.97146.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 92 (36.33% from 255) = 16.52%
R=43.09%
G=40.39%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402259200.060.620.0653.9283.1565.1
HexF0E15C063E6365341
Octal3603411340676666123101
Binary11110000111000011011100011011111011011011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E15C; }

 p { color: rgb(240,225,92); }

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

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

 a { background-color: rgb(240,225,92); }

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

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

 span { border-color: rgb(240,225,92); }

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