#FBF651

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

Shades of Paris Daisy #FBF651

Tints of Paris Daisy #FBF651

Color information

#FBF651 (or 0xFBF651) is unknown color: approx Paris Daisy. HEX triplet: FB, F6 and 51. RGB value is (251,246,81). Sum of RGB (Red+Green+Blue) = 251+246+81=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 81 (32.03% from 255 or 14.01% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF651 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF651 is #0409AE. Grayscale: #E5E5E5. Windows color (decimal): -264623 or 5371643. OLE color: 5371643.

HSL color Cylindrical-coordinate representation of color #FBF651: hue angle of 58.24º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBF651 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25124681-
CMYK00.020.680.02
HSL58.24º95.51%65.1%-
HSV(B)58.24º67.73%98.43%-
XYZ74.2287.0120.67-
YUV228.6844.66143.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 81 (32.03% from 255) = 14.01%
R=43.43%
G=42.56%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512468100.020.680.0258.2495.5165.1
HexFBF651024423a6041
Octal37336612102104272140101
Binary1111101111110110101000101010001001011101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF651; }

 p { color: rgb(251,246,81); }

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

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

 a { background-color: rgb(251,246,81); }

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

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

 span { border-color: rgb(251,246,81); }

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