#F0DC5B

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

Shades of Portica #F0DC5B

Tints of Portica #F0DC5B

Color information

#F0DC5B (or 0xF0DC5B) is unknown color: approx Portica. HEX triplet: F0, DC and 5B. RGB value is (240,220,91). Sum of RGB (Red+Green+Blue) = 240+220+91=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC5B is #0F23A4. Grayscale: #D3D3D3. Windows color (decimal): -992165 or 6020336. OLE color: 6020336.

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

Color convert

RGB24022091-
CMYK00.080.620.06
HSL51.95º83.24%64.9%-
HSV(B)51.95º62.08%94.12%-
XYZ63.4270.4720.16-
YUV211.2760.13148.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 91 (35.94% from 255) = 16.52%
R=43.56%
G=39.93%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402209100.080.620.0651.9583.2464.9
HexF0DC5B083E6345341
Octal36033413301076664123101
Binary111100001101110010110110100011111011011010010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DC5B; }

 p { color: rgb(240,220,91); }

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

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

 a { background-color: rgb(240,220,91); }

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

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

 span { border-color: rgb(240,220,91); }

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