#F1F953

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

Shades of Paris Daisy #F1F953

Tints of Paris Daisy #F1F953

Color information

#F1F953 (or 0xF1F953) is unknown color: approx Paris Daisy. HEX triplet: F1, F9 and 53. RGB value is (241,249,83). Sum of RGB (Red+Green+Blue) = 241+249+83=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 83 (32.81% from 255 or 14.49% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F953 is #0E06AC. Grayscale: #E4E4E4. Windows color (decimal): -919213 or 5503473. OLE color: 5503473.

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

Color convert

RGB24124983-
CMYK0.0300.670.02
HSL62.89º93.26%65.1%-
HSV(B)62.89º66.67%97.65%-
XYZ71.7187.0821.21-
YUV227.6846.35137.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 249 (97.66% from 255) = 43.46%
BLUE value IS 83 (32.81% from 255) = 14.49%
R=42.06%
G=43.46%
B=14.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241249830.0300.670.0262.8993.2665.1
HexF1F953304323f5d41
Octal36137112330103277135101
Binary1111000111111001101001111010000111011111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F953; }

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

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

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

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

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

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

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

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