#F0D455

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

Shades of Portica #F0D455

Tints of Portica #F0D455

Color information

#F0D455 (or 0xF0D455) is unknown color: approx Portica. HEX triplet: F0, D4 and 55. RGB value is (240,212,85). Sum of RGB (Red+Green+Blue) = 240+212+85=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D455 is #0F2BAA. Grayscale: #CECECE. Windows color (decimal): -994219 or 5625072. OLE color: 5625072.

HSL color Cylindrical-coordinate representation of color #F0D455: hue angle of 49.16º 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 #F0D455 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB24021285-
CMYK00.120.650.06
HSL49.16º83.78%63.73%-
HSV(B)49.16º64.58%94.12%-
XYZ61.1266.2718.16-
YUV205.8959.78152.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 85 (33.59% from 255) = 15.83%
R=44.69%
G=39.48%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402128500.120.650.0649.1683.7863.73
HexF0D4550C416315440
Octal360324125014101661124100
Binary1111000011010100101010101100100000111011000110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D455; }

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

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

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

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

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

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

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

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