#FBFB45

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

Shades of Paris Daisy #FBFB45

Tints of Paris Daisy #FBFB45

Color information

#FBFB45 (or 0xFBFB45) is unknown color: approx Paris Daisy. HEX triplet: FB, FB and 45. RGB value is (251,251,69). Sum of RGB (Red+Green+Blue) = 251+251+69=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 69 (27.34% from 255 or 12.08% from 571); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFB45 is #0404BA. Grayscale: #E6E6E6. Windows color (decimal): -263355 or 4586491. OLE color: 4586491.

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

Color convert

RGB25125169-
CMYK000.730.02
HSL60º95.79%62.75%-
HSV(B)60º72.51%98.43%-
XYZ75.3689.9319.02-
YUV230.2537142.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 251 (98.44% from 255) = 43.96%
BLUE value IS 69 (27.34% from 255) = 12.08%
R=43.96%
G=43.96%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125169000.730.026095.7962.75
HexFBFB45004923c603f
Octal3733731050011127414077
Binary11111011111110111000101001001001101111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFB45; }

 p { color: rgb(251,251,69); }

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

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

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

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

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

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

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