#F2E15A

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

Shades of Portica #F2E15A

Tints of Portica #F2E15A

Color information

#F2E15A (or 0xF2E15A) is unknown color: approx Portica. HEX triplet: F2, E1 and 5A. RGB value is (242,225,90). Sum of RGB (Red+Green+Blue) = 242+225+90=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E15A is #0D1EA5. Grayscale: #D7D7D7. Windows color (decimal): -859814 or 5956082. OLE color: 5956082.

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

Color convert

RGB24222590-
CMYK00.070.630.05
HSL53.29º85.39%65.1%-
HSV(B)53.29º62.81%94.9%-
XYZ65.3973.4720.41-
YUV214.6957.63147.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 90 (35.55% from 255) = 16.16%
R=43.45%
G=40.39%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422259000.070.630.0553.2985.3965.1
HexF2E15A073F5355541
Octal3623411320777565125101
Binary11110010111000011011010011111111110111010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E15A; }

 p { color: rgb(242,225,90); }

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

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

 a { background-color: rgb(242,225,90); }

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

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

 span { border-color: rgb(242,225,90); }

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