#F1FB54

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

Shades of Paris Daisy #F1FB54

Tints of Paris Daisy #F1FB54

Color information

#F1FB54 (or 0xF1FB54) is unknown color: approx Paris Daisy. HEX triplet: F1, FB and 54. RGB value is (241,251,84). Sum of RGB (Red+Green+Blue) = 241+251+84=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 84 (33.20% from 255 or 14.58% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FB54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FB54 is #0E04AB. Grayscale: #E5E5E5. Windows color (decimal): -918700 or 5569521. OLE color: 5569521.

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

Color convert

RGB24125184-
CMYK0.0400.670.02
HSL63.59º95.43%65.69%-
HSV(B)63.59º66.53%98.43%-
XYZ72.3788.3421.62-
YUV228.9746.19136.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 251 (98.44% from 255) = 43.58%
BLUE value IS 84 (33.20% from 255) = 14.58%
R=41.84%
G=43.58%
B=14.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241251840.0400.670.0263.5995.4365.69
HexF1FB5440432405f42
Octal361373124401032100137102
Binary111100011111101110101001000100001110100000010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FB54; }

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

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

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

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

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

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

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

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