#FBFC4E

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

Shades of Paris Daisy #FBFC4E

Tints of Paris Daisy #FBFC4E

Color information

#FBFC4E (or 0xFBFC4E) is unknown color: approx Paris Daisy. HEX triplet: FB, FC and 4E. RGB value is (251,252,78). Sum of RGB (Red+Green+Blue) = 251+252+78=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 78 (30.86% from 255 or 13.43% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFC4E is #0403B1. Grayscale: #E8E8E8. Windows color (decimal): -263090 or 5176571. OLE color: 5176571.

HSL color Cylindrical-coordinate representation of color #FBFC4E: hue angle of 60.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBFC4E is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB25125278-
CMYK0.0000.690.01
HSL60.34º96.67%64.71%-
HSV(B)60.34º69.05%98.82%-
XYZ75.9790.6820.71-
YUV231.8641.17141.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 252 (98.83% from 255) = 43.37%
BLUE value IS 78 (30.86% from 255) = 13.43%
R=43.20%
G=43.37%
B=13.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal251252780.0000.690.0160.3496.6764.71
HexFBFC4E004513c6141
Octal37337411600105174141101
Binary11111011111111001001110001000101111110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFC4E; }

 p { color: rgb(251,252,78); }

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

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

 a { background-color: rgb(251,252,78); }

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

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

 span { border-color: rgb(251,252,78); }

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