#FBF254

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

Shades of Paris Daisy #FBF254

Tints of Paris Daisy #FBF254

Color information

#FBF254 (or 0xFBF254) is unknown color: approx Paris Daisy. HEX triplet: FB, F2 and 54. RGB value is (251,242,84). Sum of RGB (Red+Green+Blue) = 251+242+84=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 84 (33.20% from 255 or 14.56% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF254 is #040DAB. Grayscale: #E3E3E3. Windows color (decimal): -265644 or 5567227. OLE color: 5567227.

HSL color Cylindrical-coordinate representation of color #FBF254: hue angle of 56.77º 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 #FBF254 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB25124284-
CMYK00.040.670.02
HSL56.77º95.43%65.69%-
HSV(B)56.77º66.53%98.43%-
XYZ73.1484.6520.87-
YUV226.6847.48145.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 84 (33.20% from 255) = 14.56%
R=43.50%
G=41.94%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512428400.040.670.0256.7795.4365.69
HexFBF25404432395f42
Octal37336212404103271137102
Binary11111011111100101010100010010000111011100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF254; }

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

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

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

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

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

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

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

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