#F1D254

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

Shades of Portica #F1D254

Tints of Portica #F1D254

Color information

#F1D254 (or 0xF1D254) is unknown color: approx Portica. HEX triplet: F1, D2 and 54. RGB value is (241,210,84). Sum of RGB (Red+Green+Blue) = 241+210+84=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 84 (33.20% from 255 or 15.70% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D254 is #0E2DAB. Grayscale: #CDCDCD. Windows color (decimal): -929196 or 5559025. OLE color: 5559025.

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

Color convert

RGB24121084-
CMYK00.130.650.05
HSL48.15º84.86%63.73%-
HSV(B)48.15º65.15%94.51%-
XYZ60.9265.4317.81-
YUV204.959.77153.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 84 (33.20% from 255) = 15.70%
R=45.05%
G=39.25%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412108400.130.650.0548.1584.8663.73
HexF1D2540D415305540
Octal361322124015101560125100
Binary1111000111010010101010001101100000110111000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D254; }

 p { color: rgb(241,210,84); }

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

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

 a { background-color: rgb(241,210,84); }

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

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

 span { border-color: rgb(241,210,84); }

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