#F0E055

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

Shades of Portica #F0E055

Tints of Portica #F0E055

Color information

#F0E055 (or 0xF0E055) is unknown color: approx Portica. HEX triplet: F0, E0 and 55. RGB value is (240,224,85). Sum of RGB (Red+Green+Blue) = 240+224+85=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 85 (33.59% from 255 or 15.48% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E055 is #0F1FAA. Grayscale: #D5D5D5. Windows color (decimal): -991147 or 5628144. OLE color: 5628144.

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

Color convert

RGB24022485-
CMYK00.070.650.06
HSL53.81º83.78%63.73%-
HSV(B)53.81º64.58%94.12%-
XYZ64.2372.4919.2-
YUV212.9455.8147.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 85 (33.59% from 255) = 15.48%
R=43.72%
G=40.80%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402248500.070.650.0653.8183.7863.73
HexF0E05507416365440
Octal36034012507101666124100
Binary111100001110000010101010111100000111011011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E055; }

 p { color: rgb(240,224,85); }

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

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

 a { background-color: rgb(240,224,85); }

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

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

 span { border-color: rgb(240,224,85); }

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