#FBF054

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

Shades of Paris Daisy #FBF054

Tints of Paris Daisy #FBF054

Color information

#FBF054 (or 0xFBF054) is unknown color: approx Paris Daisy. HEX triplet: FB, F0 and 54. RGB value is (251,240,84). Sum of RGB (Red+Green+Blue) = 251+240+84=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 84 (33.20% from 255 or 14.61% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF054 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF054 is #040FAB. Grayscale: #E2E2E2. Windows color (decimal): -266156 or 5566715. OLE color: 5566715.

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

Color convert

RGB25124084-
CMYK00.040.670.02
HSL56.05º95.43%65.69%-
HSV(B)56.05º66.53%98.43%-
XYZ72.5483.4720.68-
YUV225.548.14146.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 240 (94.14% from 255) = 41.74%
BLUE value IS 84 (33.20% from 255) = 14.61%
R=43.65%
G=41.74%
B=14.61%

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
Decimal2512408400.040.670.0256.0595.4365.69
HexFBF05404432385f42
Octal37336012404103270137102
Binary11111011111100001010100010010000111011100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF054; }

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

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

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

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

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

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

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

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