#F1E950

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

Shades of Paris Daisy #F1E950

Tints of Paris Daisy #F1E950

Color information

#F1E950 (or 0xF1E950) is unknown color: approx Paris Daisy. HEX triplet: F1, E9 and 50. RGB value is (241,233,80). Sum of RGB (Red+Green+Blue) = 241+233+80=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 80 (31.64% from 255 or 14.44% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E950 is #0E16AF. Grayscale: #DADADA. Windows color (decimal): -923312 or 5302769. OLE color: 5302769.

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

Color convert

RGB24123380-
CMYK00.030.670.05
HSL57.02º85.19%62.94%-
HSV(B)57.02º66.8%94.51%-
XYZ66.8677.5619.04-
YUV217.9550.15144.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 233 (91.41% from 255) = 42.06%
BLUE value IS 80 (31.64% from 255) = 14.44%
R=43.50%
G=42.06%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412338000.030.670.0557.0285.1962.94
HexF1E9500343539553f
Octal3613511200310357112577
Binary1111000111101001101000001110000111011110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E950; }

 p { color: rgb(241,233,80); }

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

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

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

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

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

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

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