#F1F14E

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

Shades of Paris Daisy #F1F14E

Tints of Paris Daisy #F1F14E

Color information

#F1F14E (or 0xF1F14E) is unknown color: approx Paris Daisy. HEX triplet: F1, F1 and 4E. RGB value is (241,241,78). Sum of RGB (Red+Green+Blue) = 241+241+78=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 78 (30.86% from 255 or 13.93% from 560); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F14E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F14E is #0E0EB1. Grayscale: #DFDFDF. Windows color (decimal): -921266 or 5173745. OLE color: 5173745.

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

Color convert

RGB24124178-
CMYK000.680.05
HSL60º85.34%62.55%-
HSV(B)60º67.63%94.51%-
XYZ69.1182.1619.42-
YUV222.4246.5141.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 78 (30.86% from 255) = 13.93%
R=43.04%
G=43.04%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124178000.680.056085.3462.55
HexF1F14E004453c553f
Octal3613611160010457412577
Binary111100011111000110011100010001001011111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F14E; }

 p { color: rgb(241,241,78); }

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

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

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

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

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

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

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