#F1D853

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

Shades of Portica #F1D853

Tints of Portica #F1D853

Color information

#F1D853 (or 0xF1D853) is unknown color: approx Portica. HEX triplet: F1, D8 and 53. RGB value is (241,216,83). Sum of RGB (Red+Green+Blue) = 241+216+83=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D853 is #0E27AC. Grayscale: #D0D0D0. Windows color (decimal): -927661 or 5495025. OLE color: 5495025.

HSL color Cylindrical-coordinate representation of color #F1D853: hue angle of 50.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1D853 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24121683-
CMYK00.100.660.05
HSL50.51º84.95%63.53%-
HSV(B)50.51º65.56%94.51%-
XYZ62.3968.4418.1-
YUV208.3157.28151.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 216 (84.77% from 255) = 40%
BLUE value IS 83 (32.81% from 255) = 15.37%
R=44.63%
G=40%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412168300.100.660.0550.5184.9563.53
HexF1D8530A425335540
Octal361330123012102563125100
Binary1111000111011000101001101010100001010111001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D853; }

 p { color: rgb(241,216,83); }

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

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

 a { background-color: rgb(241,216,83); }

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

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

 span { border-color: rgb(241,216,83); }

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