#FBFF40

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

Shades of Paris Daisy #FBFF40

Tints of Paris Daisy #FBFF40

Color information

#FBFF40 (or 0xFBFF40) is unknown color: approx Paris Daisy. HEX triplet: FB, FF and 40. RGB value is (251,255,64). Sum of RGB (Red+Green+Blue) = 251+255+64=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 64 (25.39% from 255 or 11.23% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF40 is #0400BF. Grayscale: #E8E8E8. Windows color (decimal): -262336 or 4259835. OLE color: 4259835.

HSL color Cylindrical-coordinate representation of color #FBFF40: hue angle of 61.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBFF40 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25125564-
CMYK0.0200.750
HSL61.26º100%62.55%-
HSV(B)61.26º74.9%100%-
XYZ76.4792.418.66-
YUV232.0333.17141.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 64 (25.39% from 255) = 11.23%
R=44.04%
G=44.74%
B=11.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal251255640.0200.75061.2610062.55
HexFBFF40204B03d643f
Octal3733771002011307514477
Binary11111011111111111000000100100101101111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFF40; }

 p { color: rgb(251,255,64); }

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

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

 a { background-color: rgb(251,255,64); }

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

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

 span { border-color: rgb(251,255,64); }

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