#FBF053

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

Shades of Paris Daisy #FBF053

Tints of Paris Daisy #FBF053

Color information

#FBF053 (or 0xFBF053) is unknown color: approx Paris Daisy. HEX triplet: FB, F0 and 53. RGB value is (251,240,83). Sum of RGB (Red+Green+Blue) = 251+240+83=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 83 (32.81% from 255 or 14.46% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF053 is #040FAC. Grayscale: #E2E2E2. Windows color (decimal): -266157 or 5501179. OLE color: 5501179.

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

Color convert

RGB25124083-
CMYK00.040.670.02
HSL56.07º95.45%65.49%-
HSV(B)56.07º66.93%98.43%-
XYZ72.5183.4520.47-
YUV225.3947.64146.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.73%
GREEN value IS 240 (94.14% from 255) = 41.81%
BLUE value IS 83 (32.81% from 255) = 14.46%
R=43.73%
G=41.81%
B=14.46%

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
Decimal2512408300.040.670.0256.0795.4565.49
HexFBF05304432385f41
Octal37336012304103270137101
Binary11111011111100001010011010010000111011100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF053; }

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

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

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

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

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

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

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

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