#FBF154

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

Shades of Paris Daisy #FBF154

Tints of Paris Daisy #FBF154

Color information

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

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

Color convert

RGB25124184-
CMYK00.040.670.02
HSL56.41º95.43%65.69%-
HSV(B)56.41º66.53%98.43%-
XYZ72.8484.0620.77-
YUV226.0947.81145.77-

RGB Variations

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

RGB

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

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
Decimal2512418400.040.670.0256.4195.4365.69
HexFBF15404432385f42
Octal37336112404103270137102
Binary11111011111100011010100010010000111011100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF154; }

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

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

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

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

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

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

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

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