#F1F950

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

Shades of Paris Daisy #F1F950

Tints of Paris Daisy #F1F950

Color information

#F1F950 (or 0xF1F950) is unknown color: approx Paris Daisy. HEX triplet: F1, F9 and 50. RGB value is (241,249,80). Sum of RGB (Red+Green+Blue) = 241+249+80=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 80 (31.64% from 255 or 14.04% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F950 is #0E06AF. Grayscale: #E4E4E4. Windows color (decimal): -919216 or 5306865. OLE color: 5306865.

HSL color Cylindrical-coordinate representation of color #F1F950: hue angle of 62.84º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1F950 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB24124980-
CMYK0.0300.680.02
HSL62.84º93.37%64.51%-
HSV(B)62.84º67.87%97.65%-
XYZ71.687.0320.61-
YUV227.3444.85137.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 249 (97.66% from 255) = 43.68%
BLUE value IS 80 (31.64% from 255) = 14.04%
R=42.28%
G=43.68%
B=14.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241249800.0300.680.0262.8493.3764.51
HexF1F950304423f5d41
Octal36137112030104277135101
Binary1111000111111001101000011010001001011111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F950; }

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

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

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

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

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

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

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

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